natebosch / vim-lsc

A vim plugin for communicating with a language server
BSD 3-Clause "New" or "Revised" License
695 stars 79 forks source link

document how per-language plugins can be written to work with vim-lsc #53

Open natebosch opened 6 years ago

natebosch commented 6 years ago

Using RegisterLanguageServer it should be possible to put config in another plugin, even an ftplugin. These language specific plugins could also help with installing servers etc.

Add documentation on how to do this.

Piping commented 5 years ago

Can you just provide some sample in the github wiki page first? Thanks!

natebosch commented 5 years ago

Even having any documentation on RegisterLanguageServer would help here...