mirror of
https://github.com/neovim/nvim-lspconfig.git
synced 2025-12-24 15:01:00 +01:00
10 lines
176 B
Lua
10 lines
176 B
Lua
---@brief
|
|
---
|
|
--- Renamed to [vue_ls](#vue_ls)
|
|
---
|
|
---
|
|
vim.deprecate('volar', 'vue_ls', '3.0.0', 'nvim-lspconfig', false)
|
|
|
|
---@type vim.lsp.Config
|
|
return vim.lsp.config.vue_ls
|