From c43778fafa9bc2e450a712bf6c4c8ac1a09c1b84 Mon Sep 17 00:00:00 2001 From: ergou Date: Tue, 29 Jul 2025 15:25:45 +1000 Subject: fix(vue_ls): adopt `vue_ls` v3 (#588) --- lua/mason-lspconfig/lsp/vue_ls.lua | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 lua/mason-lspconfig/lsp/vue_ls.lua (limited to 'lua') 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, -} -- cgit v1.2.3-70-g09d2