Remove remember.nvim in favor of custom minimal lua autocmd in autocmd.lua

This commit is contained in:
Imbus 2026-03-05 17:54:57 +01:00
parent 3ed5a224f9
commit 03c16904b7
2 changed files with 14 additions and 4 deletions

View file

@ -14,10 +14,6 @@ require('lazy').setup({
'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically
'lambdalisue/vim-suda',
-- Remember position
{ 'vladdoster/remember.nvim', opts = {} },
-- Terminal
{'akinsho/toggleterm.nvim', version = "*", config = true},