summary refs log tree commit diff stats
path: root/hm
diff options
context:
space:
mode:
Diffstat (limited to 'hm')
-rw-r--r--hm/nixvim/config.nix4
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;