aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/servers/rescriptls/init.lua
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2021-09-03 12:20:06 +0200
committerWilliam Boman <william@redwill.se>2021-09-03 12:21:56 +0200
commit6b3e21301dc562f7fca9663334e26c608aaaa91e (patch)
tree622280b9701db198f812fab064e71a1d59fae584 /lua/nvim-lsp-installer/servers/rescriptls/init.lua
parentadd rescriptls (#73) (diff)
downloadmason-6b3e21301dc562f7fca9663334e26c608aaaa91e.tar
mason-6b3e21301dc562f7fca9663334e26c608aaaa91e.tar.gz
mason-6b3e21301dc562f7fca9663334e26c608aaaa91e.tar.bz2
mason-6b3e21301dc562f7fca9663334e26c608aaaa91e.tar.lz
mason-6b3e21301dc562f7fca9663334e26c608aaaa91e.tar.xz
mason-6b3e21301dc562f7fca9663334e26c608aaaa91e.tar.zst
mason-6b3e21301dc562f7fca9663334e26c608aaaa91e.zip
rescriptls: rm .vsix archive after unpacking
Diffstat (limited to 'lua/nvim-lsp-installer/servers/rescriptls/init.lua')
-rw-r--r--lua/nvim-lsp-installer/servers/rescriptls/init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim-lsp-installer/servers/rescriptls/init.lua b/lua/nvim-lsp-installer/servers/rescriptls/init.lua
index fc9dc6f5..f7aad87a 100644
--- a/lua/nvim-lsp-installer/servers/rescriptls/init.lua
+++ b/lua/nvim-lsp-installer/servers/rescriptls/init.lua
@@ -16,6 +16,7 @@ return server.Server:new {
| tr -d '"' \
| wget -i - -O vscode-rescript.vsix;
unzip -q -o vscode-rescript.vsix;
+ rm -f vscode-rescript.vsix;
]],
},
default_options = {