Remove message when nvim-lsp-installer is not installed

This commit is contained in:
ViViDboarder 2022-01-02 07:42:49 -08:00
parent c01d2445ba
commit ed6640e8e1
1 changed files with 0 additions and 2 deletions

View File

@ -215,8 +215,6 @@ function M.config_lsp_intaller()
on_attach = default_attach,
})
end)
end, function()
print("nvim-lsp-installer not installed")
end)
end