[fix] nvim: treesitter settings renamed
This commit is contained in:
parent
a4bdbfe124
commit
40182a8521
1 changed files with 4 additions and 2 deletions
|
@ -256,8 +256,10 @@ in
|
|||
};
|
||||
treesitter = {
|
||||
enable = true;
|
||||
indent = true;
|
||||
incrementalSelection.enable = true;
|
||||
settings = {
|
||||
indent.enable = true;
|
||||
incremental_election.enable = true;
|
||||
};
|
||||
};
|
||||
trouble = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue