This commit is contained in:
pat-alt 2025-04-15 19:52:14 +02:00
parent 9185a777f4
commit c79737a0f8
4 changed files with 30 additions and 4 deletions

View file

@ -0,0 +1,8 @@
-- TODO: understand how this actually works
return {
'folke/persistence.nvim',
event = 'BufReadPre', -- this will only start session saving when an actual file was opened
opts = {
-- add any custom options here
},
}

View file

@ -0,0 +1,8 @@
return {
'folke/zen-mode.nvim',
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
},
}