mattn / vim-lsp-settings

Auto configurations for Language Server for vim-lsp
MIT License
1.26k stars 225 forks source link

COBOL not working? #729

Open IgorTodorovskiIBM opened 3 months ago

IgorTodorovskiIBM commented 3 months ago

I'm getting this:

cobol-language-support: error: Cannot find a language engine for the given language ID: cobol

Steps to reproduce:

vim a.cbl
:LspInstallServer

Tried it on Mac and Ubuntu, same issue on both.

Where does it get the language id from?

lazebny commented 3 months ago

It probably relates to LSP version upgrade https://github.com/mattn/vim-lsp-settings/pull/727, for me it works on Ubuntu. Could you consider reverting to the prev version or debug and fix the issue with a new one?

IgorTodorovskiIBM commented 3 months ago

Thanks, I'll try the old version. Also I noticed that "speparator" is spelled incorrectly in the java options although it has no effect either way.