You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
vim-vimlparser can be translated into Python and JavaScript which
convert number to boolean implicitly, but it's difficlut to translate it
into other language which doesn't have implicit type conversion.
I actually created translater to Go (ref: #26) by including this change.
(We need more tweak for Go translater, but this change is one of them)
Using s:TRUE/s:FALSE is better not only for translator, but also for
readability.
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
The text was updated successfully, but these errors were encountered: