diff --git a/init.lua b/init.lua index dd54dc2..7429e08 100644 --- a/init.lua +++ b/init.lua @@ -228,6 +228,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 + -- Remember position + { 'vladdoster/remember.nvim', opts = {} }, -- NOTE: Plugins can also be added by using a table, -- with the first argument being the link and the following -- keys can be used to configure plugin behavior/loading/etc.