aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/servers
diff options
context:
space:
mode:
authorzmtq05 <zmtq05@gmail.com>2022-01-05 18:18:03 +0900
committerGitHub <noreply@github.com>2022-01-05 10:18:03 +0100
commit9241e5fc95b25f50408bae9f540769a21b33c1b4 (patch)
tree10ca5269c6e9055ab79b908b682d789fec2d59a5 /lua/nvim-lsp-installer/servers
parentupdate issue templates (diff)
downloadmason-9241e5fc95b25f50408bae9f540769a21b33c1b4.tar
mason-9241e5fc95b25f50408bae9f540769a21b33c1b4.tar.gz
mason-9241e5fc95b25f50408bae9f540769a21b33c1b4.tar.bz2
mason-9241e5fc95b25f50408bae9f540769a21b33c1b4.tar.lz
mason-9241e5fc95b25f50408bae9f540769a21b33c1b4.tar.xz
mason-9241e5fc95b25f50408bae9f540769a21b33c1b4.tar.zst
mason-9241e5fc95b25f50408bae9f540769a21b33c1b4.zip
fix(taplo): wrong github-release linux link (#389) (#390)
Diffstat (limited to 'lua/nvim-lsp-installer/servers')
-rw-r--r--lua/nvim-lsp-installer/servers/taplo/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-lsp-installer/servers/taplo/init.lua b/lua/nvim-lsp-installer/servers/taplo/init.lua
index b1bedb17..163a3b5a 100644
--- a/lua/nvim-lsp-installer/servers/taplo/init.lua
+++ b/lua/nvim-lsp-installer/servers/taplo/init.lua
@@ -19,7 +19,7 @@ return function(name, root_dir)
"tamasfe/taplo",
coalesce(
when(platform.is_mac, "taplo-lsp-x86_64-apple-darwin-gnu.tar.gz"),
- when(platform.is_linux and platform.arch == "x64", "taplo-lsp-x86_64-unknown-linux.tar.gz"),
+ when(platform.is_linux and platform.arch == "x64", "taplo-lsp-x86_64-unknown-linux-gnu.tar.gz"),
when(platform.is_win and platform.arch == "x64", "taplo-lsp-windows-x86_64.zip")
),
{