From 0813f9ea8aa49d2ebd64212cc8ebda360e970142 Mon Sep 17 00:00:00 2001 From: traxys Date: Thu, 15 Jan 2026 11:37:33 +0100 Subject: [PATCH] neovim: Remove treesitter-refactor --- neovim/config/default.nix | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/neovim/config/default.nix b/neovim/config/default.nix index 1e85061..1520053 100644 --- a/neovim/config/default.nix +++ b/neovim/config/default.nix @@ -297,22 +297,6 @@ ]; }; - plugins.treesitter-refactor = { - enable = true; - settings = { - highlight_definitions = { - enable = true; - clear_on_cursor_move = true; - }; - smart_rename = { - enable = true; - }; - navigation = { - enable = true; - }; - }; - }; - plugins.treesitter-context = { enable = true; };