mattn / vim-lsp-settings

Auto configurations for Language Server for vim-lsp
MIT License
1.29k stars 231 forks source link

Incorrectly adding --stdio to command #675

Closed gegoxaren closed 8 months ago

gegoxaren commented 1 year ago

Reference: https://github.com/prabirshrestha/vim-lsp/issues/1471

This line is wrong: https://github.com/mattn/vim-lsp-settings/blob/f98467680e524109767c795547e115d6e35425a9/settings/vala-language-server.vim#LL5C5-L5C191

It should not have the '--stdio' argument.

Thank you for your efforts!