[fix] nvim: treesitter settings renamed

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

View file

@ -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;