summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris <[email protected]>2021-07-28 19:03:33 -0400
committerChris <[email protected]>2021-07-28 19:03:33 -0400
commite2f7cce3c537d8bdbd68e6021f9f7574bf7efea4 (patch)
tree7a0395e42d7d451a40f79a65da44abc76a04fdae
parented71e50593406e3e12f46fd13317cc78e8419814 (diff)
parent76eee4f134b5c1e1f5f351518876a8abdaa49600 (diff)
Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rolling
-rw-r--r--lua/default-config.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua
index 93dfa421..de7a8a36 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",