mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 15:19:26 +02:00
Fix Vue LSP (#378)
This commit is contained in:
parent
40ba88dda2
commit
4de1cb5a57
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
||||||
|
|
||||||
local lsp = require'lspconfig'
|
require('lspconfig').vuels.setup {
|
||||||
lsp.vuels.setup{
|
cmd = {DATA_PATH .. "/lspinstall/vue/node_modules/.bin/vls", "--stdio"},
|
||||||
root_dir = lsp.util.root_pattern(".git",".")
|
on_attach = require'lsp'.common_on_attach,
|
||||||
|
root_dir = require('lspconfig').util.root_pattern(".git", ".")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue