emacs-lsp / lsp-mode

Emacs client/library for the Language Server Protocol
https://emacs-lsp.github.io/lsp-mode
GNU General Public License v3.0
4.79k stars 891 forks source link

Add Nuxt support to solar #3519

Open zoglesby opened 2 years ago

zoglesby commented 2 years ago

Is your feature related or already mentioned on the wishlist?

Describe your feature here.

Currently lsp-volar check for vue as a dependency, nuxt is build on top of vue, but vue is not in the project.json. It would be nice to check for either vue or nuxt.

zoglesby commented 2 years ago

Here is the code in question https://github.com/emacs-lsp/lsp-mode/blob/465bcc5fbeb6293446a3241f5f2c1b872337958c/clients/lsp-volar.el#L108-L116

yyoncho commented 2 years ago

cc @jadestrong