aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryaegassy <yaegassy@users.noreply.github.com>2020-03-23 16:04:00 +0900
committeryaegassy <yaegassy@users.noreply.github.com>2020-03-23 16:04:00 +0900
commitdec158729d74c53c0bae99131beb9e6ce8a3f612 (patch)
tree513d2b6581e3684b113bd6accc5c9c4e61617737
parentMerge pull request #176 from lithammer/bashls-root-dir (diff)
downloadnvim-lspconfig-dec158729d74c53c0bae99131beb9e6ce8a3f612.tar
nvim-lspconfig-dec158729d74c53c0bae99131beb9e6ce8a3f612.tar.gz
nvim-lspconfig-dec158729d74c53c0bae99131beb9e6ce8a3f612.tar.bz2
nvim-lspconfig-dec158729d74c53c0bae99131beb9e6ce8a3f612.tar.lz
nvim-lspconfig-dec158729d74c53c0bae99131beb9e6ce8a3f612.tar.xz
nvim-lspconfig-dec158729d74c53c0bae99131beb9e6ce8a3f612.tar.zst
nvim-lspconfig-dec158729d74c53c0bae99131beb9e6ce8a3f612.zip
Update pyls_ms: 0.5.31
-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 = ''