Open dylanirlbeck opened 4 years ago
EDIT: Running tsc
to compile the project inside the directory where the global NPM module was installed solved the issue. I'm not sure why the project isn't compiled during postinstall, but I'll look into it to see if I can open a PR.
I'll leave this issue open for now since I think it causes unnecessary friction for LSP consumers.
Hi all. I'm trying to integrate
hoon-language-server
withhoon.vim
per the instructions in the README. However, I get the following error when I runhoon-language-server
from the command line:Is there something I'm missing? I ran it manually because in Vim (or Neovim, in my case) the language server kept crashing when I'd open a Hoon file.
Thanks so much!