neovim/lua/plugins/persistence.lua
2025-03-13 17:03:23 +01:00

7 lines
178 B
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
},
}