diff options
Diffstat (limited to 'lua/nvim-lsp-installer/settings.lua')
| -rw-r--r-- | lua/nvim-lsp-installer/settings.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/nvim-lsp-installer/settings.lua b/lua/nvim-lsp-installer/settings.lua index dd4a3d18..a0641480 100644 --- a/lua/nvim-lsp-installer/settings.lua +++ b/lua/nvim-lsp-installer/settings.lua @@ -18,6 +18,8 @@ local DEFAULT_SETTINGS = { automatic_installation = false, ui = { + -- Whether to automatically check for outdated servers when opening the UI window. + check_outdated_servers_on_open = true, icons = { -- The list icon to use for installed servers. |
