Init config

This commit is contained in:
Fernando Muñoz Paredes 2024-04-19 15:20:25 +02:00
parent f5c9fe8e15
commit 94fb9a2255
6 changed files with 182 additions and 17 deletions

View file

@ -0,0 +1,9 @@
return {
'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 :)
},
}