add foldcolumn opt

This commit is contained in:
Andrzej Stepien 2024-03-14 14:27:34 +01:00
parent 405d1fe61a
commit ba309b39b3
1 changed files with 1 additions and 1 deletions

View File

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