support language server protocol
Would you be interested in supporting the language server protocol server?
Currently I'm writing a lot of vim script and having language server protocol for vim script would be very useful for me.
Here is the language server protocol in plugin vim. https://github.com/prabirshrestha/vim-lsp
Sounds really nice! :+1:
I have no plan to work on language server protocol on my own at least for now, because I'm not familiar with it and I'm somewhat busy to do other things.
I think you can use go-vimlparser to implement language server protocol for vim, so please feel free to use it. I'm happy to help you if there are any missing feature in go-vimlparser to implement language server protocol.