ixahmedxi / trashvim

The trashiest of neovim lua configs for the one and only trash_dev. 🗑

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lspconfig issue

jlorezz opened this issue · comments

I don't know if this is worth tracking, but lspconfig cannot find the Eslint library.
It could be something local, but I just want to ensure this is not a significant issue on the configuration side...
image

  • This occurs when opening a repository (which has eslint and is configured -> working as supposed in vscode)

did you run :LspInstall eslint?

yep that did it :) thanks!