diff options
author | Pasi Bergman <[email protected]> | 2021-07-29 01:54:22 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-28 18:54:22 -0400 |
commit | 76eee4f134b5c1e1f5f351518876a8abdaa49600 (patch) | |
tree | 770c864bba24f22e205b4645c963b3f68d6f7c9d | |
parent | f73da2a1b27f26a61cf62e6a648bce67ef4c1f8e (diff) |
fix: correct vue lsp provider name (#1150)
-rw-r--r-- | lua/default-config.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua index 0fc9ee4e..89b72e84 100644 --- a/lua/default-config.lua +++ b/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", |