15 lines
280 B
Lua
15 lines
280 B
Lua
return {
|
|
"olimorris/persisted.nvim",
|
|
lazy = false, -- make sure the plugin is always loaded at startup
|
|
opts = {
|
|
autoload = true,
|
|
ignored_dirs = {
|
|
"~/.config",
|
|
"~/tmp",
|
|
"/tmp",
|
|
{ "~", exact = true },
|
|
{ "/", exact = true },
|
|
},
|
|
},
|
|
}
|