nvim: add javascript syntax highlighting, lsp, and formatting

This commit is contained in:
stitchy 2024-12-17 11:01:21 +00:00
parent 81b214586f
commit 93571017f7
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8
2 changed files with 5 additions and 1 deletions

View file

@ -81,6 +81,7 @@ in
"typst-lsp"
"unzip"
"vhdl-ls"
"vtsls"
"wget"
"zip"
"zoxide"
@ -116,6 +117,8 @@ in
nvim-lspconfig
(nvim-treesitter.withPlugins (
plugins: with plugins; [
glsl
javascript
markdown
]
))