aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer.lua
diff options
context:
space:
mode:
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"),