From d2272c10fd8732b9ddf32153d251094867bf4eb5 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Fri, 10 Jan 2025 17:02:54 +0100 Subject: nixvim: disable treesitter-refactor, caused issues --- common/nixvim.nix | 5 ----- 1 file changed, 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 }; }; - treesitter-refactor = { - enable = true; - highlightDefinitions.enable = true; - }; - treesitter-textobjects = { enable = true; lspInterop = { -- cgit v1.2.3