docs(bicep): add URL for bicep-langserver binary

This commit is contained in:
Oliver Ladner 2025-11-19 11:19:16 +01:00
commit c7d14d5633

View file

@ -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 },