From 4a3cb1a6dd6d491e0e50f4bf1074aed7e0602246 Mon Sep 17 00:00:00 2001 From: William Boman Date: Mon, 16 Aug 2021 02:35:54 +0200 Subject: improve messages --- lua/nvim-lsp-installer/server.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/nvim-lsp-installer/server.lua') diff --git a/lua/nvim-lsp-installer/server.lua b/lua/nvim-lsp-installer/server.lua index e921d2bc..e4e684b3 100644 --- a/lua/nvim-lsp-installer/server.lua +++ b/lua/nvim-lsp-installer/server.lua @@ -70,10 +70,10 @@ function M.Server:install() self._installer(self, function(success, result) if not success then - notify(("Server installation failed for %s. %s"):format(self.name, result), vim.log.levels.ERROR) + notify(("Server installation failed for %s.\n\n%s"):format(self.name, result), vim.log.levels.ERROR) pcall(self.uninstall, self) else - notify(("Successfully installed %s"):format(self.name)) + notify(("Successfully installed %s."):format(self.name)) end end) end -- cgit v1.2.3-70-g09d2