vala-language-server
vala-language-server copied to clipboard
Support coc.nvim
https://github.com/neoclide/coc.nvim is another popular autocomplete plugin for Vim. We should support easy installation of VLS through :CocInstall.
I noticed that coc mentions vala-language-server in the documentation here: https://github.com/neoclide/coc.nvim/wiki/Language-servers#vala
I also found this blog post called "How to write a coc.nvim extension" maybe this can help this issue