Closed nicanordlc closed 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 👇
nvim
:call LanguageClient_textDocument_definition()
I get this error [LC] Not found!
[LC] Not found!
Any idea what could that be? 🤔
Thanks for finding this. The commands in the README were wrong.
it should actually be LanguageClient#textDocument_definition()
LanguageClient#textDocument_definition()
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
👇I get this error
[LC] Not found!
Any idea what could that be? 🤔