feat(nvim): add assembly lsp

This commit is contained in:
Price Hiller 2023-06-03 23:25:15 -05:00
parent 5459ac5076
commit ddc788cf25
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

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