aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim_lsp/pyls_ms.lua
diff options
context:
space:
mode:
authorMichael Lingelbach <m.j.lbach@gmail.com>2020-01-31 01:17:28 -0800
committerGitHub <noreply@github.com>2020-01-31 01:17:28 -0800
commitbb6c2dd7e2c22e9f3f37a362383be8ef8db875d7 (patch)
treecfa8c4dbcf6d90f2643d2fcf6ab21009c893759b /lua/nvim_lsp/pyls_ms.lua
parentconfigs.__newindex(): set init_options to empty dict (diff)
downloadnvim-lspconfig-bb6c2dd7e2c22e9f3f37a362383be8ef8db875d7.tar
nvim-lspconfig-bb6c2dd7e2c22e9f3f37a362383be8ef8db875d7.tar.gz
nvim-lspconfig-bb6c2dd7e2c22e9f3f37a362383be8ef8db875d7.tar.bz2
nvim-lspconfig-bb6c2dd7e2c22e9f3f37a362383be8ef8db875d7.tar.lz
nvim-lspconfig-bb6c2dd7e2c22e9f3f37a362383be8ef8db875d7.tar.xz
nvim-lspconfig-bb6c2dd7e2c22e9f3f37a362383be8ef8db875d7.tar.zst
nvim-lspconfig-bb6c2dd7e2c22e9f3f37a362383be8ef8db875d7.zip
pyls_ms: bump auto-install version #99
Diffstat (limited to 'lua/nvim_lsp/pyls_ms.lua')
-rw-r--r--lua/nvim_lsp/pyls_ms.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim_lsp/pyls_ms.lua b/lua/nvim_lsp/pyls_ms.lua
index 539d2995..16b7dd7e 100644
--- a/lua/nvim_lsp/pyls_ms.lua
+++ b/lua/nvim_lsp/pyls_ms.lua
@@ -45,7 +45,7 @@ local function make_installer()
error('Unable to identify host operating system')
end
- local url = string.format("https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-%s-x64.0.5.10.nupkg", string.lower(system))
+ local url = string.format("https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-%s-x64.0.5.30.nupkg", string.lower(system))
local download_cmd = string.format('curl -fLo %s --create-dirs %s', install_info.install_dir .. "/pyls.nupkg", url)
local install_cmd = ''