aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/servers/bsl_ls/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/nvim-lsp-installer/servers/bsl_ls/init.lua')
-rw-r--r--lua/nvim-lsp-installer/servers/bsl_ls/init.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/nvim-lsp-installer/servers/bsl_ls/init.lua b/lua/nvim-lsp-installer/servers/bsl_ls/init.lua
index 62c85079..4a29583e 100644
--- a/lua/nvim-lsp-installer/servers/bsl_ls/init.lua
+++ b/lua/nvim-lsp-installer/servers/bsl_ls/init.lua
@@ -9,7 +9,6 @@ return function(name, root_dir)
root_dir = root_dir,
homepage = "https://1c-syntax.github.io/bsl-language-server",
languages = { "onescript" },
- async = true,
installer = function()
std.ensure_executable "java"
local source = github.release_file {