From 2fd443bc5c1717327a26c7c9646b2fa306d5a0fd Mon Sep 17 00:00:00 2001 From: Hirokazu Hata Date: Mon, 18 May 2020 23:50:37 +0900 Subject: docgen: use package.json url instead of VSCode extension name VSCode extensions are so large size and we offten get a network error with downloading them. So we had better to directory download package.json. --- lua/nvim_lsp/solargraph.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'lua/nvim_lsp/solargraph.lua') diff --git a/lua/nvim_lsp/solargraph.lua b/lua/nvim_lsp/solargraph.lua index 51de52ce..9532f21a 100644 --- a/lua/nvim_lsp/solargraph.lua +++ b/lua/nvim_lsp/solargraph.lua @@ -8,7 +8,6 @@ configs.solargraph = { root_dir = util.root_pattern("Gemfile", ".git"); }; docs = { - vscode = "castwide.solargraph"; package_json = "https://raw.githubusercontent.com/castwide/vscode-solargraph/master/package.json"; description = [[ https://solargraph.org/ -- cgit v1.2.3-70-g09d2