Init config
This commit is contained in:
parent
f5c9fe8e15
commit
94fb9a2255
6 changed files with 182 additions and 17 deletions
9
lua/custom/plugins/autosave.lua
Normal file
9
lua/custom/plugins/autosave.lua
Normal 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 :)
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue