From c7d14d5633687e6a04637e7bad7ebb64fbb793eb Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Wed, 19 Nov 2025 11:19:16 +0100 Subject: [PATCH] docs(bicep): add URL for bicep-langserver binary --- lsp/bicep.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsp/bicep.lua b/lsp/bicep.lua index 6162e44..ae4ca7b 100644 --- a/lsp/bicep.lua +++ b/lsp/bicep.lua @@ -1,5 +1,5 @@ ---@type vim.lsp.Config - +-- curl -fLO https://github.com/Azure/bicep/releases/latest/download/bicep-langserver.zip local bicep_lsp_bin = "/Users/oliver.ladner/bicep-langserver/Bicep.LangServer.dll" return { cmd = { "/opt/homebrew/opt/dotnet@8/libexec/dotnet", bicep_lsp_bin },