halfbrained / cuda_lsp

LSP Client plugin for CudaText
6 stars 4 forks source link

support renamed lexers #42

Closed Alexey-T closed 3 years ago

Alexey-T commented 3 years ago

kvichans uses Python lexer renamed to smth. how to support that?

{
    "langids": ["python"],
    "cmd": ["/home/user/.local/bin/pyls"]
}

it is my config. how?

Alexey-T commented 3 years ago

duplicates another issue