From 9c86e08909e8e7e40e5ff68a50ad28e570ea23c1 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Wed, 4 Dec 2024 06:48:26 +0100 Subject: [PATCH] vim-suda --- lua/lazy-plugins.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/lazy-plugins.lua b/lua/lazy-plugins.lua index 135227e..86059f2 100644 --- a/lua/lazy-plugins.lua +++ b/lua/lazy-plugins.lua @@ -13,6 +13,8 @@ require('lazy').setup({ -- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link). 'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically + 'lambdalisue/vim-suda', + -- Remember position { 'vladdoster/remember.nvim', opts = {} },