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 = {} },