aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/volar.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2025-09-17 23:30:24 -0400
committerGitHub <noreply@github.com>2025-09-17 20:30:24 -0700
commit1f7fbc34e6420476142b5cc85e9bee52717540fb (patch)
tree522a7211a104b20a65ee1e63871d1d25f8dd8520 /lsp/volar.lua
parentdocs: update configs.md (diff)
downloadnvim-lspconfig-1f7fbc34e6420476142b5cc85e9bee52717540fb.tar
nvim-lspconfig-1f7fbc34e6420476142b5cc85e9bee52717540fb.tar.gz
nvim-lspconfig-1f7fbc34e6420476142b5cc85e9bee52717540fb.tar.bz2
nvim-lspconfig-1f7fbc34e6420476142b5cc85e9bee52717540fb.tar.lz
nvim-lspconfig-1f7fbc34e6420476142b5cc85e9bee52717540fb.tar.xz
nvim-lspconfig-1f7fbc34e6420476142b5cc85e9bee52717540fb.tar.zst
nvim-lspconfig-1f7fbc34e6420476142b5cc85e9bee52717540fb.zip
refactor!: deprecate old framework/configs, Nvim 0.10 #4077
Diffstat (limited to 'lsp/volar.lua')
-rw-r--r--lsp/volar.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsp/volar.lua b/lsp/volar.lua
index 8b0cfefd..040a93eb 100644
--- a/lsp/volar.lua
+++ b/lsp/volar.lua
@@ -3,7 +3,7 @@
--- Renamed to [vue_ls](#vue_ls)
---
---
-vim.deprecate('volar', 'vue_ls', '3.0.0', 'lspconfig', false)
+vim.deprecate('volar', 'vue_ls', '3.0.0', 'nvim-lspconfig', false)
---@type vim.lsp.Config
return vim.lsp.config.vue_ls