diff options
-rw-r--r-- | hm/nixvim/config.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hm/nixvim/config.nix b/hm/nixvim/config.nix index ecc71e3..d8c833d 100644 --- a/hm/nixvim/config.nix +++ b/hm/nixvim/config.nix @@ -154,7 +154,9 @@ pkgs: { quickmath.enable = true; treesitter = { enable = true; - indent = true; + settings = { + indent.enable = true; + }; }; treesitter-context = { enable = true; |