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