aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
};