persistence.lua (102B)
1 return { 2 "folke/persistence.nvim", 3 event = "BufReadPre", -- load only when needed 4 opts = {}, 5 } 6