[fix] nvim: treesitter settings renamed
This commit is contained in:
parent
1d013316f4
commit
e06a7584b5
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