Add new plugin: persistence for session management
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user