diff options
| author | Ashkan Kiani <ashkan.k.kiani@gmail.com> | 2019-11-14 01:07:09 -0800 |
|---|---|---|
| committer | Ashkan Kiani <ashkan.k.kiani@gmail.com> | 2019-11-14 01:07:09 -0800 |
| commit | 9666b63a70e28b1eef084489a44ea4b4bb4ae65a (patch) | |
| tree | 5870a50d5bce771ca0cde5ae0fe5eba52aa14fdf /lua/common_lsp.lua | |
| parent | Fix README links. (diff) | |
| download | nvim-lspconfig-9666b63a70e28b1eef084489a44ea4b4bb4ae65a.tar nvim-lspconfig-9666b63a70e28b1eef084489a44ea4b4bb4ae65a.tar.gz nvim-lspconfig-9666b63a70e28b1eef084489a44ea4b4bb4ae65a.tar.bz2 nvim-lspconfig-9666b63a70e28b1eef084489a44ea4b4bb4ae65a.tar.lz nvim-lspconfig-9666b63a70e28b1eef084489a44ea4b4bb4ae65a.tar.xz nvim-lspconfig-9666b63a70e28b1eef084489a44ea4b4bb4ae65a.tar.zst nvim-lspconfig-9666b63a70e28b1eef084489a44ea4b4bb4ae65a.zip | |
Rename to nvim_lsp and nvim-lsp.
Diffstat (limited to 'lua/common_lsp.lua')
| -rw-r--r-- | lua/common_lsp.lua | 16 |
1 files changed, 0 insertions, 16 deletions
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 |
