Explorar el Código

fix: correct vue lsp provider name (#1150)

Pasi Bergman hace 4 años
padre
commit
76eee4f134
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lua/default-config.lua

+ 1 - 1
lua/default-config.lua

@@ -955,7 +955,7 @@ lvim.lang = {
     },
     linters = {},
     lsp = {
-      provider = "vetur",
+      provider = "vuels",
       setup = {
         cmd = {
           DATA_PATH .. "/lspinstall/vue/node_modules/.bin/vls",