added persistence
This commit is contained in:
parent
834dcb424b
commit
545bb3793c
2 changed files with 29 additions and 0 deletions
|
|
@ -378,4 +378,13 @@ return {
|
|||
},
|
||||
},
|
||||
},
|
||||
|
||||
-- persistence
|
||||
{
|
||||
'folke/persistence.nvim',
|
||||
event = 'BufReadPre', -- this will only start session saving when an actual file was opened
|
||||
opts = {
|
||||
-- add any custom options here
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue