diff options
Diffstat (limited to 'lua/nvim-lsp-installer/servers/jsonnet_ls/init.lua')
| -rw-r--r-- | lua/nvim-lsp-installer/servers/jsonnet_ls/init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/nvim-lsp-installer/servers/jsonnet_ls/init.lua b/lua/nvim-lsp-installer/servers/jsonnet_ls/init.lua index 7a20d8c7..25cb1b12 100644 --- a/lua/nvim-lsp-installer/servers/jsonnet_ls/init.lua +++ b/lua/nvim-lsp-installer/servers/jsonnet_ls/init.lua @@ -7,7 +7,6 @@ return function(name, root_dir) name = name, root_dir = root_dir, homepage = "https://github.com/grafana/jsonnet-language-server", - async = true, installer = go.packages { "github.com/grafana/jsonnet-language-server" }, default_options = { -- TODO: use env instead of cmd once https://github.com/neovim/nvim-lspconfig/pull/1559 is merged |
