-
-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
I was programming in assembly when i noticed that the error indicators weren't showing in vim's gutter with asm-lsp added as language server in vim + coc.nvim plug while with coc-clangd they were on the bar. How can I solve this issue?

My :CocConfig
{ "languageserver": { "asm-lsp": { "command": "asm-lsp", "rootPatterns": [], "trace.server":"verbose", "filetypes": ["s", "S", "asm", "ASM"] } } }
I'm on Arch Linux and my asm-lsp version is 0.10.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels