From c5e88df78285cc6ded948b2aba7851c9bc48dc78 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Thu, 11 Jul 2024 22:03:20 +0200 Subject: [PATCH] Remember.nvim --- init.lua | 2 ++ 1 file changed, 2 insertions(+) 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.