mirror of https://github.com/LazyVim/starter
9 lines
191 B
Lua
9 lines
191 B
Lua
|
-- Lua
|
||
|
return {
|
||
|
"folke/persistence.nvim",
|
||
|
event = "BufReadPre", -- this will only start session saving when an actual file was opened
|
||
|
opts = {
|
||
|
-- add any custom options here
|
||
|
},
|
||
|
}
|