aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/servers/bicep/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/nvim-lsp-installer/servers/bicep/init.lua')
-rw-r--r--lua/nvim-lsp-installer/servers/bicep/init.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/nvim-lsp-installer/servers/bicep/init.lua b/lua/nvim-lsp-installer/servers/bicep/init.lua
index 6f5f7064..b0b0c2b3 100644
--- a/lua/nvim-lsp-installer/servers/bicep/init.lua
+++ b/lua/nvim-lsp-installer/servers/bicep/init.lua
@@ -9,7 +9,6 @@ return function(name, root_dir)
root_dir = root_dir,
languages = { "bicep" },
homepage = "https://github.com/Azure/bicep",
- async = true,
---@param ctx InstallContext
installer = function(ctx)
std.ensure_executable("dotnet", { help_url = "https://dotnet.microsoft.com/download" })