about summary refs log tree commit diff stats
path: root/hm
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2026-01-26 18:33:14 +0100
committerSilas Schöffel <sils@sils.li>2026-01-26 18:33:14 +0100
commit64b018085a7b07e8d15ac7a163fc086e5ac5e403 (patch)
treeb940efa0df471816d087442082942e04bbdfe154 /hm
parentgit: move aliases to settings (diff)
downloadnix-config-64b018085a7b07e8d15ac7a163fc086e5ac5e403.zip
nixvim: disable legacy treesitter plugins
Diffstat (limited to 'hm')
-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;
     };