feat(nvim): add denols

This commit is contained in:
Price Hiller 2023-10-07 22:49:06 -05:00
parent 3f35283a0f
commit b01961cdfb
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -491,6 +491,7 @@ return {
"rnix", "rnix",
"marksman", "marksman",
"asm_lsp", "asm_lsp",
"denols"
}) do }) do
lspconfig[server].setup(opts) lspconfig[server].setup(opts)
end end