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