about summary refs log tree commit diff stats
path: root/hm/nixvim/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/nixvim/config.nix')
-rw-r--r--hm/nixvim/config.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/hm/nixvim/config.nix b/hm/nixvim/config.nix
index ad0faa6..666232b 100644
--- a/hm/nixvim/config.nix
+++ b/hm/nixvim/config.nix
@@ -186,12 +186,12 @@ pkgs: {
         indent.enable = true;
       };
     };
-    treesitter-context = {
-      enable = true;
-    };
-    treesitter-refactor = {
-      enable = true;
-    };
+    #treesitter-context = {
+    #  enable = true;
+    #};
+    #treesitter-refactor = {
+    #  enable = true;
+    #};
     mini = {
       enable = true;
     };