From 4613529ab1f39ddd611b22d31bb88cfdfe851ce5 Mon Sep 17 00:00:00 2001 From: William Boman Date: Mon, 23 May 2022 18:03:13 +0200 Subject: feat: add setting to disable automatic version check when opening UI window (#716) --- 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 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. -- cgit v1.3.1