added session plugin
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user