go-vimlparser icon indicating copy to clipboard operation
go-vimlparser copied to clipboard

support language server protocol

Open prabirshrestha opened this issue 9 years ago • 1 comments

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

prabirshrestha avatar Jan 02 '17 21:01 prabirshrestha

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.

haya14busa avatar Jan 07 '17 10:01 haya14busa