mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 10:53:51 -08:00
fix: use treesitter folding correctly
This commit is contained in:
parent
ea8999a96c
commit
4a098743d2
1 changed files with 1 additions and 1 deletions
|
@ -2,10 +2,10 @@
|
|||
plugins = {
|
||||
treesitter = {
|
||||
enable = true;
|
||||
folding = true;
|
||||
settings = {
|
||||
highlight.enable = true;
|
||||
indent.enable = true;
|
||||
folding.enable = true;
|
||||
};
|
||||
};
|
||||
treesitter-context.enable = true;
|
||||
|
|
Loading…
Reference in a new issue