disable fold on startup

This commit is contained in:
andrzej 2024-03-16 10:26:25 +01:00
parent 695ba6c180
commit febbe683da
1 changed files with 4 additions and 0 deletions

View File

@ -12,4 +12,8 @@ vim.opt.updatetime = 500
vim.opt.foldmethod = "expr"
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
--vim.foldenable = true
vim.cmd([[ set nofoldenable]])
vim.opt.foldcolumn = "2"