From c21a501d3440907a3379fb239f0486205c95e919 Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Sun, 25 May 2025 01:02:23 +0800 Subject: [PATCH] fix nvim: lsp vue3 --- dot_config/nvim/exact_lua/lsp/exact_config/lsp_servers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/nvim/exact_lua/lsp/exact_config/lsp_servers.lua b/dot_config/nvim/exact_lua/lsp/exact_config/lsp_servers.lua index bc63985..f5b7adf 100644 --- a/dot_config/nvim/exact_lua/lsp/exact_config/lsp_servers.lua +++ b/dot_config/nvim/exact_lua/lsp/exact_config/lsp_servers.lua @@ -15,7 +15,7 @@ M.lsp_servers = { has_go and "gopls" or nil, -- Go "html", -- HTML "cssls", -- CSS - "volar", -- Vue3 + "vue-language-server", -- Vue3 -- "ts_ls", -- TypeScript,目前暫時不需要,先註解掉 "marksman", -- Markdown "yamlls", -- YAML