From a1825d2afb9ce6a45f04797636f576d8d4fcccd2 Mon Sep 17 00:00:00 2001 From: Michael Lingelbach Date: Sun, 24 Jan 2021 14:32:53 -0800 Subject: Remove deprecated commands :LspInstall and :LspInstallInfo --- lua/lspconfig.lua | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'lua') diff --git a/lua/lspconfig.lua b/lua/lspconfig.lua index 7c43c22b..f768a3d8 100644 --- a/lua/lspconfig.lua +++ b/lua/lspconfig.lua @@ -26,22 +26,6 @@ function M._root._setup() "-nargs=?"; description = '`:LspInfo` Displays attached, active, and configured language servers'; }; - LspInstall = { - function() - print("deprecated, see https://github.com/neovim/neovim/wiki/Following-HEAD") - end; - "-nargs=?"; - "-complete=custom,v:lua.lsp_complete_installable_servers"; - description = '`:LspInstall {name}` installs a server under stdpath("cache")/lspconfig/{name}'; - }; - LspInstallInfo = { - function() - print("deprecated, see https://github.com/neovim/neovim/wiki/Following-HEAD") - end; - "-nargs=?"; - "-complete=custom,v:lua.lsp_complete_servers"; - description = 'Print installation info for {name} if one is specified, or all installable servers.'; - }; }; M.util.create_module_commands("_root", M._root.commands) -- cgit v1.2.3-70-g09d2