diff options
author | Chris <[email protected]> | 2021-07-28 19:03:33 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-07-28 19:03:33 -0400 |
commit | e2f7cce3c537d8bdbd68e6021f9f7574bf7efea4 (patch) | |
tree | 7a0395e42d7d451a40f79a65da44abc76a04fdae /lua | |
parent | ed71e50593406e3e12f46fd13317cc78e8419814 (diff) | |
parent | 76eee4f134b5c1e1f5f351518876a8abdaa49600 (diff) |
Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rolling
Diffstat (limited to 'lua')
-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 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", |