From 9666b63a70e28b1eef084489a44ea4b4bb4ae65a Mon Sep 17 00:00:00 2001 From: Ashkan Kiani Date: Thu, 14 Nov 2019 01:07:09 -0800 Subject: Rename to nvim_lsp and nvim-lsp. --- lua/common_lsp.lua | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 lua/common_lsp.lua (limited to 'lua/common_lsp.lua') diff --git a/lua/common_lsp.lua b/lua/common_lsp.lua deleted file mode 100644 index 4dea8e1e..00000000 --- a/lua/common_lsp.lua +++ /dev/null @@ -1,16 +0,0 @@ -local skeleton = require 'common_lsp/skeleton' -require 'common_lsp/gopls' -require 'common_lsp/texlab' -require 'common_lsp/clangd' - -local M = { - util = require 'common_lsp/util'; -} - -local mt = {} -function mt:__index(k) - return skeleton[k] -end - -return setmetatable(M, mt) --- vim:et ts=2 sw=2 -- cgit v1.2.3-70-g09d2