mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-10 06:31:09 +01:00
neovim: Handle tree-sitter refactor
This commit is contained in:
parent
984a96f649
commit
454db71fc1
1 changed files with 5 additions and 1 deletions
|
|
@ -374,7 +374,11 @@
|
|||
|
||||
plugins.treesitter = {
|
||||
enable = true;
|
||||
indent = true;
|
||||
|
||||
settings = {
|
||||
indent.enable = true;
|
||||
highlight.enable = true;
|
||||
};
|
||||
|
||||
nixvimInjections = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue