diff options
| author | ergou <ma2808203259@hotmail.com> | 2025-07-29 15:25:45 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-29 05:25:45 +0000 |
| commit | c43778fafa9bc2e450a712bf6c4c8ac1a09c1b84 (patch) | |
| tree | 009b6a5da38e3c96bdc5c1d35b54a1fe5634e2bc | |
| parent | chore: update generated code (#593) (diff) | |
| download | mason-lspconfig-c43778fafa9bc2e450a712bf6c4c8ac1a09c1b84.tar mason-lspconfig-c43778fafa9bc2e450a712bf6c4c8ac1a09c1b84.tar.gz mason-lspconfig-c43778fafa9bc2e450a712bf6c4c8ac1a09c1b84.tar.bz2 mason-lspconfig-c43778fafa9bc2e450a712bf6c4c8ac1a09c1b84.tar.lz mason-lspconfig-c43778fafa9bc2e450a712bf6c4c8ac1a09c1b84.tar.xz mason-lspconfig-c43778fafa9bc2e450a712bf6c4c8ac1a09c1b84.tar.zst mason-lspconfig-c43778fafa9bc2e450a712bf6c4c8ac1a09c1b84.zip | |
fix(vue_ls): adopt `vue_ls` v3 (#588)
| -rw-r--r-- | lua/mason-lspconfig/lsp/vue_ls.lua | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lua/mason-lspconfig/lsp/vue_ls.lua b/lua/mason-lspconfig/lsp/vue_ls.lua deleted file mode 100644 index eb21dc6..0000000 --- a/lua/mason-lspconfig/lsp/vue_ls.lua +++ /dev/null @@ -1,11 +0,0 @@ -return { - before_init = function(_, config) - -- This replaces nvim-lspconfig's before_init by also looking for typescript that is bundled with the package - -- via Mason - local typescript = require "mason-lspconfig.typescript" - local install_dir = vim.fn.expand "$MASON/packages/vue-language-server" - - config.init_options.typescript.serverPath = typescript.resolve_tsserver(install_dir, config.root_dir) - config.init_options.typescript.tsdk = typescript.resolve_tsdk(install_dir, config.root_dir) - end, -} |
