persistence.lua ~/.config/nvim/lua/plugins/persistence.lua1 2 3 4 5 6 7return { "folke/persistence.nvim", event = "BufReadPre", -- this will only start session saving when an actual file was opened opts = { -- add any custom options here } } Comments