From 71fb8081e910d697d13480fde98976a968bd6243 Mon Sep 17 00:00:00 2001 From: Matthieu Coudron Date: Thu, 25 Feb 2021 19:12:06 +0100 Subject: chore: remove deprecated module/function --- lua/lspconfig.lua | 4 ---- lua/nvim_lsp.lua | 2 -- 2 files changed, 6 deletions(-) delete mode 100644 lua/nvim_lsp.lua (limited to 'lua') 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\\")."') -- cgit v1.2.3-70-g09d2