| neovim version |
set runtimepath+=~/.vim,~/.vim/after call plug#begin('~/.vim/plugged') lua < set omnifunc=v:lua.vim.lsp.omnifunc
$ touch foo.js
$ mkdir foo
Error executing vim.schedule lua callback:
bug
All 5 commentsWill you install typescript? IIRC, typescript language server is tsserver wrapper. That did it, thanks! My projects are JS not TS at the moment, so I hadn't installed typescript in them. But the typescript language server is used for both. To be clear, this works:
@agriffis Could I close this issue? Wanted to add for posterity that I had the same issue today. I just needed to do a global install of typescript to get it working. Was this page helpful?
0 / 5 - 0 ratings
Related issues |
|---|
Most helpful comment
Wanted to add for posterity that I had the same issue today. I just needed to do a global install of typescript to get it working.
npm install --global typescript