aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorHirokazu Hata <h.hata.ai.t@gmail.com>2020-03-24 09:56:58 +0900
committerGitHub <noreply@github.com>2020-03-24 09:56:58 +0900
commit034cdc982c806b9ded432a5616409f7d5babe655 (patch)
tree513d2b6581e3684b113bd6accc5c9c4e61617737 /lua
parentMerge pull request #176 from lithammer/bashls-root-dir (diff)
parentUpdate pyls_ms: 0.5.31 (diff)
downloadnvim-lspconfig-034cdc982c806b9ded432a5616409f7d5babe655.tar
nvim-lspconfig-034cdc982c806b9ded432a5616409f7d5babe655.tar.gz
nvim-lspconfig-034cdc982c806b9ded432a5616409f7d5babe655.tar.bz2
nvim-lspconfig-034cdc982c806b9ded432a5616409f7d5babe655.tar.lz
nvim-lspconfig-034cdc982c806b9ded432a5616409f7d5babe655.tar.xz
nvim-lspconfig-034cdc982c806b9ded432a5616409f7d5babe655.tar.zst
nvim-lspconfig-034cdc982c806b9ded432a5616409f7d5babe655.zip
Merge pull request #180 from yaegassy/update-pyls-ms-version
Update pyls_ms: 0.5.31
Diffstat (limited to '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 55f3da06..a9755ca3 100644
--- a/lua/nvim_lsp/pyls_ms.lua
+++ b/lua/nvim_lsp/pyls_ms.lua
@@ -44,7 +44,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.30.nupkg", string.lower(system))
+ local url = string.format("https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-%s-x64.0.5.31.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 = ''