astrocommunity icon indicating copy to clipboard operation
astrocommunity copied to clipboard

Simplify Vue LSP config

Open azdanov opened this issue 5 months ago • 2 comments

Is your feature related to a problem?

Simpler setup and less for us to maintain.

Describe the new feature

At the moment we have https://github.com/AstroNvim/astrocommunity/blob/d451f1d8e90e21c0cad730add858d8f952c66f01/lua/astrocommunity/pack/vue/init.lua#L21 this manual setup copied from https://github.com/vuejs/language-tools/wiki/Neovim

It's similar to what's offered upstream in lspconfig: https://github.com/neovim/nvim-lspconfig/blob/f47cd681d7cb6048876a2e908b6d8ba1e530d152/lsp/vue_ls.lua#L25

I think it's possible to remove what we have and rely on their config.

Additional context

Need to make sure that the lspconfig version shipped with astronvim has the mentioned config.

azdanov avatar Jul 22 '25 03:07 azdanov

@azdanov any update on progression, if any?

Uzaaft avatar Sep 16 '25 11:09 Uzaaft

It depends on the next version of astronvim, since only then lspconfig dependency will get an update.

azdanov avatar Sep 16 '25 12:09 azdanov