Skip to content

Problem with diagnostics #254

@Nico0xB

Description

@Nico0xB

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?
Image
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions