nvim-lua.kickstart.nvim/lua/custom/plugins/persistence.lua

9 lines
228 B
Lua
Raw Normal View History

2025-04-15 19:52:14 +02:00
-- 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
},
}