persistence.nvim plugin added

This commit is contained in:
Ivan Golikov 2025-03-04 14:37:36 +01:00 committed by Ivan Golikov
parent 6a1c6d3574
commit 382094189d
2 changed files with 9 additions and 0 deletions

View file

@ -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 = {