From e8530f4059279a0d6b5e5f8891d04ffb1ade29a3 Mon Sep 17 00:00:00 2001 From: William Boman Date: Mon, 3 Jan 2022 15:12:53 +0100 Subject: write install receipts (#379) --- lua/nvim-lsp-installer/servers/powershell_es/init.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lua/nvim-lsp-installer/servers/powershell_es/init.lua') diff --git a/lua/nvim-lsp-installer/servers/powershell_es/init.lua b/lua/nvim-lsp-installer/servers/powershell_es/init.lua index f95ebcf0..35facc2d 100644 --- a/lua/nvim-lsp-installer/servers/powershell_es/init.lua +++ b/lua/nvim-lsp-installer/servers/powershell_es/init.lua @@ -20,6 +20,9 @@ return function(name, root_dir) context.capture(function(ctx) return std.unzip_remote(ctx.github_release_file) end), + context.receipt(function(receipt, ctx) + receipt:with_primary_source(receipt.github_release_file(ctx)) + end), }, default_options = { bundle_path = path.concat { root_dir }, -- cgit v1.2.3-70-g09d2