[LSP] Format, add asm lsp

This commit is contained in:
Admin 2025-05-02 07:49:33 +02:00
parent 67363070e3
commit f7d3c8b24b

View File

@ -179,6 +179,11 @@ return {
}, },
}) })
lspconfig.asm_lsp.setup({
on_attach = on_attach,
capabilities = capabilities,
})
local java_on_attach = function(client, bufnr) local java_on_attach = function(client, bufnr)
on_attach(client, bufnr) on_attach(client, bufnr)