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 f992bbef..756b9695 100644
--- a/lua/nvim-lsp-installer.lua
+++ b/lua/nvim-lsp-installer.lua
@@ -34,6 +34,7 @@ local _SERVERS = {
["purescriptls"] = require "nvim-lsp-installer.servers.purescriptls",
["pylsp"] = require "nvim-lsp-installer.servers.pylsp",
["pyright"] = require "nvim-lsp-installer.servers.pyright",
+ ["rescriptls"] = require "nvim-lsp-installer.servers.rescriptls",
["rome"] = require "nvim-lsp-installer.servers.rome",
["rust_analyzer"] = require "nvim-lsp-installer.servers.rust_analyzer",
["solargraph"] = require "nvim-lsp-installer.servers.solargraph",