diff options
| author | Matthieu Coudron <mcoudron@hotmail.com> | 2021-02-25 19:12:06 +0100 |
|---|---|---|
| committer | Matthieu Coudron <mcoudron@hotmail.com> | 2021-02-25 19:12:06 +0100 |
| commit | 71fb8081e910d697d13480fde98976a968bd6243 (patch) | |
| tree | 879493ba46cac81793413b3f448edf35369ae709 /lua | |
| parent | Merge pull request #760 from teto/lspinfo (diff) | |
| download | nvim-lspconfig-71fb8081e910d697d13480fde98976a968bd6243.tar nvim-lspconfig-71fb8081e910d697d13480fde98976a968bd6243.tar.gz nvim-lspconfig-71fb8081e910d697d13480fde98976a968bd6243.tar.bz2 nvim-lspconfig-71fb8081e910d697d13480fde98976a968bd6243.tar.lz nvim-lspconfig-71fb8081e910d697d13480fde98976a968bd6243.tar.xz nvim-lspconfig-71fb8081e910d697d13480fde98976a968bd6243.tar.zst nvim-lspconfig-71fb8081e910d697d13480fde98976a968bd6243.zip | |
chore: remove deprecated module/function
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig.lua | 4 | ||||
| -rw-r--r-- | lua/nvim_lsp.lua | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/lua/lspconfig.lua b/lua/lspconfig.lua index 77f47e63..462b4ddb 100644 --- a/lua/lspconfig.lua +++ b/lua/lspconfig.lua @@ -11,10 +11,6 @@ function M.available_servers() return vim.tbl_keys(configs) end -function M.installable_servers() - print("deprecated, see https://github.com/neovim/neovim/wiki/Following-HEAD") -end - -- Called from plugin/lspconfig.vim because it requires knowing that the last -- script in scriptnames to be executed is lspconfig. function M._root._setup() diff --git a/lua/nvim_lsp.lua b/lua/nvim_lsp.lua deleted file mode 100644 index 39ef0b2e..00000000 --- a/lua/nvim_lsp.lua +++ /dev/null @@ -1,2 +0,0 @@ -local vim = vim -vim.api.nvim_command('echomsg "NOTICE: \\"nvim_lsp\\" module was renamed to \\"lspconfig\\". Update your config/plugins to require(\\"lspconfig\\") instead of require(\\"nvim_lsp\\")."') |
