neovim updates

Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
gwg313 2025-10-20 16:27:32 -04:00
parent bf9cfb8daf
commit df6ce81c30
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
2 changed files with 2 additions and 26 deletions

View file

@ -105,6 +105,7 @@
ts.extensions.ts-error-translator.enable = true;
css.enable = true;
svelte.enable = true;
ocaml.enable = true;
haskell.enable = true;
haskell.lsp.enable = true;
html.enable = true;
@ -118,6 +119,7 @@
format.enable = true;
treesitter.enable = true;
};
rust.enable = true;
};
formatter = {
conform-nvim = {