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
|
|
@ -5,6 +5,7 @@
|
|||
helm = {enable = true;};
|
||||
lsp = {
|
||||
enable = true;
|
||||
inlayHints = true;
|
||||
servers = {
|
||||
html = {enable = true;};
|
||||
lua-ls = {enable = true;};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue