[fix] nvim: treesitter settings renamed
All checks were successful
/ check (push) Successful in 24s
/ build (docs) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 13s

This commit is contained in:
github-actions[bot] 2024-07-12 04:28:05 +00:00 committed by Jalil David Salamé Messina
parent 1d013316f4
commit e06a7584b5

View file

@ -256,8 +256,10 @@ in
};
treesitter = {
enable = true;
indent = true;
incrementalSelection.enable = true;
settings = {
indent.enable = true;
incremental_election.enable = true;
};
};
trouble = {
enable = true;