diff options
Diffstat (limited to 'lua/nvim-lsp-installer/servers/rescriptls/init.lua')
| -rw-r--r-- | lua/nvim-lsp-installer/servers/rescriptls/init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/nvim-lsp-installer/servers/rescriptls/init.lua b/lua/nvim-lsp-installer/servers/rescriptls/init.lua index d8a13231..673ec450 100644 --- a/lua/nvim-lsp-installer/servers/rescriptls/init.lua +++ b/lua/nvim-lsp-installer/servers/rescriptls/init.lua @@ -8,7 +8,6 @@ return function(name, root_dir) root_dir = root_dir, languages = { "rescript" }, homepage = "https://github.com/rescript-lang/rescript-vscode", - async = true, installer = function() github.unzip_release_file({ repo = "rescript-lang/rescript-vscode", |
