1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim/lua/user/plugins/lang/vue.lua: volar is renamed to vue_ls

This commit is contained in:
Henrik Hautakoski 2025-09-23 19:25:28 +02:00
parent d6c427f66a
commit e0223cd40d

View file

@ -1,5 +1,5 @@
local lspservers = { local lspservers = {
volar = { vue_ls = {
init_options = { init_options = {
vue = { vue = {
hybridMode = true, hybridMode = true,