mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-13 10:50:20 +01:00
neovim: Remove treesitter-refactor
This commit is contained in:
parent
0f7bec8769
commit
0813f9ea8a
1 changed files with 0 additions and 16 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue