Browse Source

feat(vue): set volar as default language server instead of vuels (#2230)

Abouzar Parvan 3 years ago
parent
commit
ff9ae8fdc1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lua/lvim/lsp/config.lua

+ 1 - 1
lua/lvim/lsp/config.lua

@@ -94,7 +94,7 @@ return {
     "stylelint_lsp",
     "stylelint_lsp",
     "tailwindcss",
     "tailwindcss",
     "tflint",
     "tflint",
-    "volar",
+    "vuels",
     "zk",
     "zk",
   },
   },
 }
 }