reasonml-editor / vim-reason-plus

Reason Vim editor integration
MIT License
153 stars 20 forks source link

[LC] Not found! #24

Closed nicanordlc closed 5 years ago

nicanordlc commented 5 years ago

I don't know what I'm missing, I think I followed the readme and installed all that I need.

When I call this on nvim 👇

:call LanguageClient_textDocument_definition()

I get this error [LC] Not found!

Any idea what could that be? 🤔

anmonteiro commented 5 years ago

Thanks for finding this. The commands in the README were wrong.

it should actually be LanguageClient#textDocument_definition()