fix: system update

This commit is contained in:
2024-07-24 22:20:22 +02:00
parent 9b38825bfe
commit 1ccda0daaa
3 changed files with 11 additions and 2 deletions

View File

@@ -16,7 +16,13 @@ in
plugins = {
treesitter = {
enable = true;
indent = true;
settings = {
highlight = {
additional_vim_regex_highlighting = true;
enable = true;
};
indent.enable = true;
};
grammarPackages = pkgs.vimPlugins.nvim-treesitter.allGrammars;
nixvimInjections = true;
};