diff options
author | Minijackson <minijackson@riseup.net> | 2025-01-10 17:02:54 +0100 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2025-01-10 17:02:54 +0100 |
commit | d2272c10fd8732b9ddf32153d251094867bf4eb5 (patch) | |
tree | 816e6f70d4cc48e58568ef797e58eda790325957 | |
parent | 797b2ab04801fea51467137815a1aa705cb8546b (diff) | |
download | nixos-config-reborn-d2272c10fd8732b9ddf32153d251094867bf4eb5.tar.gz nixos-config-reborn-d2272c10fd8732b9ddf32153d251094867bf4eb5.zip |
nixvim: disable treesitter-refactor, caused issues
-rw-r--r-- | common/nixvim.nix | 5 |
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 = { |