reconfigure treesitter
This commit is contained in:
parent
839fe1dfda
commit
cf79a1c98d
1 changed files with 5 additions and 2 deletions
|
@ -181,8 +181,11 @@
|
|||
treesitter = {
|
||||
enable = true;
|
||||
};
|
||||
treesitter-context.enable = true;
|
||||
treesitter-refactor.enable = true;
|
||||
treesitter-refactor = {
|
||||
enable = true;
|
||||
highlightDefinitions.enable = true;
|
||||
navigation.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue