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:
parent
48bbb7951d
commit
92c42db332
4 changed files with 34 additions and 36 deletions
|
|
@ -3,6 +3,7 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
indent.enable = true;
|
||||
highlight.enable = true;
|
||||
};
|
||||
folding = false;
|
||||
nixvimInjections = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue