Nvim: Disable folding
This commit is contained in:
parent
fb9bb347da
commit
2fa242c8b1
1 changed files with 2 additions and 2 deletions
|
@ -10,5 +10,5 @@ require'nvim-treesitter.configs'.setup {
|
|||
context_commentstring = {enable = true}
|
||||
}
|
||||
|
||||
vim.wo.foldmethod = 'expr'
|
||||
vim.wo.foldexpr = 'nvim_treesitter#foldexpr()'
|
||||
--vim.wo.foldmethod = 'expr'
|
||||
--im.wo.foldexpr = 'nvim_treesitter#foldexpr()'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue