LunarVim/lua/lsp/vue-ls.lua

6 lines
96 B
Lua
Raw Normal View History

local lsp = require'lspconfig'
lsp.vuels.setup{
root_dir = lsp.util.root_pattern(".git",".")
}