diff options
Diffstat (limited to 'lua/nvim_lsp/pyls.lua')
| -rw-r--r-- | lua/nvim_lsp/pyls.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
