aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer.lua
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2021-08-11 03:19:07 +0200
committerGitHub <noreply@github.com>2021-08-11 03:19:07 +0200
commit5233dd77876a3045a03e26188a6536d22a08eec1 (patch)
tree775fb0acc4613d8d0b0ba83cf9c435d1e962d47b /lua/nvim-lsp-installer.lua
parentadd groovyls (#48) (diff)
downloadmason-5233dd77876a3045a03e26188a6536d22a08eec1.tar
mason-5233dd77876a3045a03e26188a6536d22a08eec1.tar.gz
mason-5233dd77876a3045a03e26188a6536d22a08eec1.tar.bz2
mason-5233dd77876a3045a03e26188a6536d22a08eec1.tar.lz
mason-5233dd77876a3045a03e26188a6536d22a08eec1.tar.xz
mason-5233dd77876a3045a03e26188a6536d22a08eec1.tar.zst
mason-5233dd77876a3045a03e26188a6536d22a08eec1.zip
add pylsp (#49)
Diffstat (limited to 'lua/nvim-lsp-installer.lua')
-rw-r--r--lua/nvim-lsp-installer.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim-lsp-installer.lua b/lua/nvim-lsp-installer.lua
index 857b9ad4..d560fa01 100644
--- a/lua/nvim-lsp-installer.lua
+++ b/lua/nvim-lsp-installer.lua
@@ -25,6 +25,7 @@ local _SERVERS = {
["kotlin_language_server"] = require("nvim-lsp-installer.servers.kotlin_language_server"),
["omnisharp"] = require("nvim-lsp-installer.servers.omnisharp"),
["purescript"] = require("nvim-lsp-installer.servers.purescriptls"),
+ ["pylsp"] = require("nvim-lsp-installer.servers.pylsp"),
["pyright"] = require("nvim-lsp-installer.servers.pyright"),
["rome"] = require("nvim-lsp-installer.servers.rome"),
["rust_analyzer"] = require("nvim-lsp-installer.servers.rust_analyzer"),