diff options
Diffstat (limited to 'lua/lsp/vue-ls.lua')
-rw-r--r-- | lua/lsp/vue-ls.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lua/lsp/vue-ls.lua b/lua/lsp/vue-ls.lua new file mode 100644 index 00000000..0f258880 --- /dev/null +++ b/lua/lsp/vue-ls.lua @@ -0,0 +1,5 @@ + +local lsp = require'lspconfig' +lsp.vuels.setup{ +root_dir = lsp.util.root_pattern(".git",".") +} |