[LSP] Format, add asm lsp
This commit is contained in:
parent
67363070e3
commit
f7d3c8b24b
@ -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)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user