mirror of
https://github.com/SrIzan10/nvim-config.git
synced 2026-06-06 00:57:03 +00:00
11 lines
379 B
Lua
11 lines
379 B
Lua
return {
|
|
"okuuva/auto-save.nvim",
|
|
version = "^1.0.0", -- see https://devhints.io/semver, alternatively use '*' to use the latest tagged release
|
|
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 :)
|
|
},
|
|
}
|