From 8603cdc1692f2c3078e328a2ed9554cf9047594d Mon Sep 17 00:00:00 2001 From: William Boman Date: Thu, 28 Apr 2022 17:14:21 +0200 Subject: feat: add ensure_installed to setup table (#637) --- lua/nvim-lsp-installer/settings.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lua/nvim-lsp-installer/settings.lua') 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. -- cgit v1.3