patch: treesitter highlighting, lsp inlay hints and update flake (#20)

Small update to enable Treesitter highlighting by default, enable LSP
inlay hints and update flake inputs to the latest version
This commit is contained in:
Roel de Cort 2024-08-03 22:08:02 +02:00 committed by GitHub
parent 48bbb7951d
commit 92c42db332
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 34 additions and 36 deletions

View file

@ -3,6 +3,7 @@
enable = true;
settings = {
indent.enable = true;
highlight.enable = true;
};
folding = false;
nixvimInjections = true;