mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-08 20:15:01 +02:00
9 lines
228 B
Lua
9 lines
228 B
Lua
|
-- TODO: understand how this actually works
|
||
|
return {
|
||
|
'folke/persistence.nvim',
|
||
|
event = 'BufReadPre', -- this will only start session saving when an actual file was opened
|
||
|
opts = {
|
||
|
-- add any custom options here
|
||
|
},
|
||
|
}
|