Skip to content

Commit

Permalink
add asm_lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesChung committed Jul 15, 2024
1 parent 50f3f60 commit 3986eca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/plugins/lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ return {
lspconfig.astro.setup({
capabilities = capabilities,
})
lspconfig.asm_lsp.setup {
capabilities = capabilities,
}
lspconfig.bashls.setup({
capabilities = capabilities,
})
Expand Down

0 comments on commit 3986eca

Please sign in to comment.