mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-08 20:15:01 +02:00
buff
This commit is contained in:
parent
9185a777f4
commit
c79737a0f8
4 changed files with 30 additions and 4 deletions
8
lua/custom/plugins/persistence.lua
Normal file
8
lua/custom/plugins/persistence.lua
Normal 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
|
||||
},
|
||||
}
|
8
lua/custom/plugins/zen-mode.lua
Normal file
8
lua/custom/plugins/zen-mode.lua
Normal 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
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue