nixvimConfigs/trovebelt/setups/treesitter: update

This commit is contained in:
Gabriel Arazas 2024-11-17 13:14:37 +08:00
parent 6d0cfda6a5
commit fff37df39f
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -26,22 +26,9 @@ in
};
};
# Enable some more context for me.
plugins.treesitter-context = {
enable = true;
settings = {
separator = "*";
mode = "cursor";
line_numbers = true;
max_lines = 7;
};
};
# Some niceties for refactoring.
plugins.treesitter-refactor = {
enable = true;
highlightCurrentScope.enable = true;
highlightDefinitions.enable = true;
navigation.enable = true;
smartRename.enable = true;
};