chore: resolve warning messages

Updated program option definitions to resolve build warnings
This commit is contained in:
Zhongheng Liu 2024-10-02 17:27:52 +03:00
commit 33edc82a6b
No known key found for this signature in database
6 changed files with 12 additions and 9 deletions

View file

@ -4,7 +4,7 @@
enable = true;
nixGrammars = true;
nixvimInjections = true; # enables language injection in nixvim
indent = true;
settings.indent.enable = true;
};
treesitter-context.enable = true;
rainbow-delimiters.enable = true;