mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-13 19:00:19 +01:00
neovim: Adapt to renames
This commit is contained in:
parent
d99295f9ca
commit
30faf6df36
1 changed files with 11 additions and 9 deletions
|
|
@ -300,15 +300,17 @@
|
|||
|
||||
plugins.treesitter-refactor = {
|
||||
enable = true;
|
||||
highlightDefinitions = {
|
||||
enable = true;
|
||||
clearOnCursorMove = true;
|
||||
};
|
||||
smartRename = {
|
||||
enable = true;
|
||||
};
|
||||
navigation = {
|
||||
enable = true;
|
||||
settings = {
|
||||
highlight_definitions = {
|
||||
enable = true;
|
||||
clear_on_cursor_move = true;
|
||||
};
|
||||
smart_rename = {
|
||||
enable = true;
|
||||
};
|
||||
navigation = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue