neovim plugins added

This commit is contained in:
Dan MacLeod
2024-05-09 15:14:58 +09:30
parent 73836a5246
commit 422b6a12f8
7 changed files with 33 additions and 450 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 :)
},
}