feat(nvim): add asm_lsp

This commit is contained in:
Price Hiller 2023-06-04 23:22:55 -05:00
parent 3d0a18c7c3
commit 5f8bf9cc57
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -323,7 +323,7 @@ for _, server in ipairs({
"tsserver",
"rnix",
"marksman",
"asm_lsp"
"asm_lsp",
}) do
lspconfig[server].setup(opts)
end