From 63db109d675a7bb43096c9f43944b15d8bd3105f Mon Sep 17 00:00:00 2001 From: William Boman Date: Tue, 12 Oct 2021 16:36:52 +0200 Subject: installers/std: print to stdout when downloading file --- lua/nvim-lsp-installer/installers/std.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/nvim-lsp-installer/installers/std.lua') diff --git a/lua/nvim-lsp-installer/installers/std.lua b/lua/nvim-lsp-installer/installers/std.lua index c7728fe7..c94cde2f 100644 --- a/lua/nvim-lsp-installer/installers/std.lua +++ b/lua/nvim-lsp-installer/installers/std.lua @@ -10,6 +10,7 @@ local M = {} function M.download_file(url, out_file) return installers.when { unix = function(server, callback, context) + context.stdio_sink.stdout(("Downloading file %q..."):format(url)) process.attempt { jobs = { process.lazy_spawn("wget", { -- cgit v1.2.3-70-g09d2