Add new plugin: persistence for session management

This commit is contained in:
salomaestro
2024-10-11 23:13:57 +02:00
parent c59668d564
commit 04ead70e0b
2 changed files with 26 additions and 1 deletions

View File

@@ -60,7 +60,15 @@ return {
opts = {
provider = "dpaste.org",
},
},
{
"folke/persistence.nvim",
event = "BufReadPre", -- this will only start session saving when an actual file was opened
opts = {
-- add any custom options here
}
} },
{
"NvChad/nvcommunity",
{ import = "nvcommunity.git.diffview" },