Feature: Added "asm-lsp" to the package list and its config

This commit is contained in:
AfonsoCMSousa
2025-11-18 18:22:50 +00:00
parent 37cf270aca
commit 5505642a8e
2 changed files with 7 additions and 2 deletions
+6
View File
@@ -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" },
}