aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/servers/opencl_ls/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/nvim-lsp-installer/servers/opencl_ls/init.lua')
-rw-r--r--lua/nvim-lsp-installer/servers/opencl_ls/init.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/nvim-lsp-installer/servers/opencl_ls/init.lua b/lua/nvim-lsp-installer/servers/opencl_ls/init.lua
index 50ed529d..03b8b75d 100644
--- a/lua/nvim-lsp-installer/servers/opencl_ls/init.lua
+++ b/lua/nvim-lsp-installer/servers/opencl_ls/init.lua
@@ -12,7 +12,6 @@ return function(name, root_dir)
root_dir = root_dir,
homepage = "https://github.com/Galarius/opencl-language-server",
languages = { "opencl" },
- async = true,
installer = function()
platform.when {
unix = function()