summaryrefslogtreecommitdiffstats
path: root/common/nixvim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/nixvim.nix')
-rw-r--r--common/nixvim.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/nixvim.nix b/common/nixvim.nix
index aef8380..29e4a1e 100644
--- a/common/nixvim.nix
+++ b/common/nixvim.nix
@@ -611,11 +611,6 @@ in
611 }; 611 };
612 }; 612 };
613 613
614 treesitter-refactor = {
615 enable = true;
616 highlightDefinitions.enable = true;
617 };
618
619 treesitter-textobjects = { 614 treesitter-textobjects = {
620 enable = true; 615 enable = true;
621 lspInterop = { 616 lspInterop = {