From 20ed47e21e966a5b857ef9970ae6171b3a504ce1 Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Thu, 1 Jul 2021 23:42:26 -0400 Subject: lsp in ftplugin austonautomoy --- lua/lsp/vue-ls.lua | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 lua/lsp/vue-ls.lua (limited to 'lua/lsp/vue-ls.lua') diff --git a/lua/lsp/vue-ls.lua b/lua/lsp/vue-ls.lua deleted file mode 100644 index f18fe2ab..00000000 --- a/lua/lsp/vue-ls.lua +++ /dev/null @@ -1,6 +0,0 @@ - -require('lspconfig').vuels.setup { - cmd = {DATA_PATH .. "/lspinstall/vue/node_modules/.bin/vls", "--stdio"}, - on_attach = require'lsp'.common_on_attach, - root_dir = require('lspconfig').util.root_pattern(".git", ".") -} -- cgit v1.2.3