This commit is contained in:
Vivian 2024-12-04 15:13:10 +01:00
parent 359c8534f9
commit 1e633dd97d
8 changed files with 105 additions and 67 deletions

View file

@ -136,11 +136,17 @@ with lib;
treesitter = {
enable = true;
nixGrammars = true;
settings.highlight.enable = true;
settings = {
highlight.enable = true;
incremental_selection.enable = true;
indent.enable = true;
};
};
# Git
fugitive.enable = true;
committia.enable = true;
gitsigns.enable = true;
lualine = {
enable = true;