summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2025-01-10 17:02:54 +0100
committerMinijackson <minijackson@riseup.net>2025-01-10 17:02:54 +0100
commitd2272c10fd8732b9ddf32153d251094867bf4eb5 (patch)
tree816e6f70d4cc48e58568ef797e58eda790325957 /common
parent797b2ab04801fea51467137815a1aa705cb8546b (diff)
downloadnixos-config-reborn-d2272c10fd8732b9ddf32153d251094867bf4eb5.tar.gz
nixos-config-reborn-d2272c10fd8732b9ddf32153d251094867bf4eb5.zip
nixvim: disable treesitter-refactor, caused issues
Diffstat (limited to 'common')
-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 = {