disable fold on startup
This commit is contained in:
parent
695ba6c180
commit
febbe683da
|
@ -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"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue