diff --git a/users/modules/global/neovim.nix b/users/modules/global/neovim.nix index fab2198..0c7b0c4 100644 --- a/users/modules/global/neovim.nix +++ b/users/modules/global/neovim.nix @@ -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;