Feature: Added "asm-lsp" to the package list and its config
This commit is contained in:
@@ -50,3 +50,9 @@ for name, config in pairs(servers) do
|
||||
}, config)
|
||||
vim.lsp.start(vim.lsp.config[name])
|
||||
end
|
||||
|
||||
require('lspconfig').asm_lsp.setup{
|
||||
cmd = { "asm-lsp" },
|
||||
filetypes = { "asm", "nasm", "gas" },
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user