From ed6640e8e1a0f79853efbf8c46265a8e3998b3a9 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Sun, 2 Jan 2022 07:42:49 -0800 Subject: [PATCH] Remove message when nvim-lsp-installer is not installed --- neovim/lua/plugins/lsp.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/neovim/lua/plugins/lsp.lua b/neovim/lua/plugins/lsp.lua index 40c87f7..2117e02 100644 --- a/neovim/lua/plugins/lsp.lua +++ b/neovim/lua/plugins/lsp.lua @@ -215,8 +215,6 @@ function M.config_lsp_intaller() on_attach = default_attach, }) end) - end, function() - print("nvim-lsp-installer not installed") end) end