mattn / vim-lsp-settings

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

Remove parameters for vala language server #712

Closed albfan closed 5 months ago

albfan commented 6 months ago

Seems there was a massive addition of this parameter --stdio.

I'm unsure if that is something ls should support but in vala-language-server is not supported (I can report if that should be supported)

fixes #675

albfan commented 6 months ago

Any non trivial project using vala will have meson.build in each subdirectory, so search for meson.build is wrong.

require meson to build is pretty usual command but not general. Is better to remove it

mattn commented 5 months ago

Thank you