aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer
diff options
context:
space:
mode:
Diffstat (limited to 'lua/nvim-lsp-installer')
-rw-r--r--lua/nvim-lsp-installer/settings.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/nvim-lsp-installer/settings.lua b/lua/nvim-lsp-installer/settings.lua
index 87499354..7a36e217 100644
--- a/lua/nvim-lsp-installer/settings.lua
+++ b/lua/nvim-lsp-installer/settings.lua
@@ -4,6 +4,8 @@ local M = {}
---@class LspInstallerSettings
local DEFAULT_SETTINGS = {
+ -- A list of servers to automatically install. Example: { "rust_analyzer", "sumneko_lua" }
+ ensure_installed = {},
ui = {
icons = {
-- The list icon to use for installed servers.