nvim: add javascript syntax highlighting, lsp, and formatting
This commit is contained in:
parent
81b214586f
commit
93571017f7
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
]
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue