persistence.nvim plugin added
This commit is contained in:
parent
6a1c6d3574
commit
382094189d
2 changed files with 9 additions and 0 deletions
|
@ -45,6 +45,14 @@ return {
|
|||
'echasnovski/mini.trailspace',
|
||||
version = '*'
|
||||
},
|
||||
|
||||
{
|
||||
"folke/persistence.nvim",
|
||||
event = "BufReadPre", -- this will only start session saving when an actual file was opened
|
||||
opts = {
|
||||
-- add any custom options here
|
||||
}
|
||||
},
|
||||
-- {
|
||||
-- "nvim-treesitter/nvim-treesitter",
|
||||
-- opts = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue