added session plugin

This commit is contained in:
2024-12-23 12:27:35 +01:00
parent 6c352db191
commit 6c886df0d5
2 changed files with 18 additions and 0 deletions
+9
View File
@@ -127,6 +127,15 @@ return {
})
end,
},
-- Lua sesion manager
{
"folke/persistence.nvim",
event = "BufReadPre", -- this will only start session saving when an actual file was opened
opts = {
-- add any custom options here
}
},
-- lazy.nvim Hardtime
-- {
-- "m4xshen/hardtime.nvim",