7 lines
111 B
Lua
7 lines
111 B
Lua
return { {
|
|
'okuuva/auto-save.nvim',
|
|
lazy = false,
|
|
event = { 'InsertLeave', 'TextChanged' },
|
|
opts = {},
|
|
} }
|