neovim: Remove treesitter-refactor

This commit is contained in:
traxys 2026-01-15 11:37:33 +01:00 committed by traxys
parent 0f7bec8769
commit 0813f9ea8a

View file

@ -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;
};