added autosave

This commit is contained in:
Sebastian 2024-09-29 19:46:28 +02:00
parent 10af05b84f
commit 0485d332d2
1 changed files with 11 additions and 0 deletions

View File

@ -504,6 +504,17 @@ require('lazy').setup({
end, { desc = 'Open harpoon window in telescope' })
end,
},
{
'okuuva/auto-save.nvim',
cmd = 'ASToggle', -- optional for lazy loading on command
event = { 'InsertLeave', 'TextChanged' }, -- optional for lazy loading on trigger events
opts = {
-- your config goes here
-- or just leave it empty :)
},
},
-- LSP Plugins
{
-- `lazyev` configures Lua LSP for your Neovim config, runtime and plugins