aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim_lsp/codeqlls.lua2
-rw-r--r--lua/nvim_lsp/pyls.lua2
-rw-r--r--lua/nvim_lsp/rls.lua2
-rw-r--r--lua/nvim_lsp/rust_analyzer.lua2
-rw-r--r--lua/nvim_lsp/sourcekit.lua2
5 files changed, 5 insertions, 5 deletions
diff --git a/lua/nvim_lsp/codeqlls.lua b/lua/nvim_lsp/codeqlls.lua
index dfa917de..72415684 100644
--- a/lua/nvim_lsp/codeqlls.lua
+++ b/lua/nvim_lsp/codeqlls.lua
@@ -24,7 +24,7 @@ configs[server_name] = {
};
};
docs = {
- package_json = "https://github.com/github/vscode-codeql/blob/master/extensions/ql-vscode/package.json";
+ package_json = "https://raw.githubusercontent.com/github/vscode-codeql/master/extensions/ql-vscode/package.json";
description = [[
Reference:
https://help.semmle.com/codeql/codeql-cli.html
diff --git a/lua/nvim_lsp/pyls.lua b/lua/nvim_lsp/pyls.lua
index defce25b..a3de9ae2 100644
--- a/lua/nvim_lsp/pyls.lua
+++ b/lua/nvim_lsp/pyls.lua
@@ -12,7 +12,7 @@ configs.pyls = {
-- on_new_config = function(new_config) end;
-- on_attach = function(client, bufnr) end;
docs = {
- package_json = "https://github.com/palantir/python-language-server/raw/develop/vscode-client/package.json";
+ package_json = "https://raw.githubusercontent.com/palantir/python-language-server/develop/vscode-client/package.json";
description = [[
https://github.com/palantir/python-language-server
diff --git a/lua/nvim_lsp/rls.lua b/lua/nvim_lsp/rls.lua
index 472ea3d1..f563b7b8 100644
--- a/lua/nvim_lsp/rls.lua
+++ b/lua/nvim_lsp/rls.lua
@@ -9,7 +9,7 @@ configs.rls = {
};
docs = {
vscode = "rust-lang.rust";
- package_json = "https://github.com/rust-lang/rls-vscode/raw/master/package.json";
+ package_json = "https://raw.githubusercontent.com/rust-lang/rls-vscode/master/package.json";
description = [[
https://github.com/rust-lang/rls
diff --git a/lua/nvim_lsp/rust_analyzer.lua b/lua/nvim_lsp/rust_analyzer.lua
index c8c6b118..633dd72f 100644
--- a/lua/nvim_lsp/rust_analyzer.lua
+++ b/lua/nvim_lsp/rust_analyzer.lua
@@ -8,7 +8,7 @@ configs.rust_analyzer = {
root_dir = util.root_pattern("Cargo.toml", "rust-project.json");
};
docs = {
- package_json = "https://github.com/rust-analyzer/rust-analyzer/raw/master/editors/code/package.json";
+ package_json = "https://raw.githubusercontent.com/rust-analyzer/rust-analyzer/master/editors/code/package.json";
description = [[
https://github.com/rust-analyzer/rust-analyzer
diff --git a/lua/nvim_lsp/sourcekit.lua b/lua/nvim_lsp/sourcekit.lua
index 7791f7d8..4a406280 100644
--- a/lua/nvim_lsp/sourcekit.lua
+++ b/lua/nvim_lsp/sourcekit.lua
@@ -10,7 +10,7 @@ configs.sourcekit = {
-- on_new_config = function(new_config) end;
-- on_attach = function(client, bufnr) end;
docs = {
- package_json = "https://github.com/apple/sourcekit-lsp/blob/master/Editors/vscode/package.json";
+ package_json = "https://raw.githubusercontent.com/apple/sourcekit-lsp/master/Editors/vscode/package.json";
description = [[
https://github.com/apple/sourcekit-lsp