global/neovim: disable tresitter folding
This commit is contained in:
parent
0ab56639ba
commit
9c644583d6
1 changed files with 4 additions and 1 deletions
|
@ -56,7 +56,10 @@
|
|||
surround.enable = true;
|
||||
todo-comments.enable = true;
|
||||
treesitter-context.enable = false;
|
||||
treesitter.enable = true;
|
||||
treesitter = {
|
||||
enable = true;
|
||||
folding = false;
|
||||
};
|
||||
ts-autotag.enable = true;
|
||||
ts-context-commentstring.enable = true;
|
||||
typst-vim.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue