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