summaryrefslogtreecommitdiff
path: root/dot_config/nvim/lua/plugins/trash/persistence.luaa
blob: e3b73fdb569e5aede4cfb8780ab7566710edb8bc (plain)
1
2
3
4
5
6
7
8
-- 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
  }
}