new session handling

This commit is contained in:
2024-12-27 13:40:41 +01:00
parent f499e5c6ec
commit d27336e6df
4 changed files with 21 additions and 14 deletions
+10 -5
View File
@@ -130,12 +130,17 @@ return {
-- 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
}
"olimorris/persisted.nvim",
lazy = false, -- make sure the plugin is always loaded at startup
config = true
},
-- {
-- "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",