[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 = {
|
treesitter = {
|
||||||
enable = true;
|
enable = true;
|
||||||
indent = true;
|
settings = {
|
||||||
incrementalSelection.enable = true;
|
indent.enable = true;
|
||||||
|
incremental_election.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
trouble = {
|
trouble = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue