aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/settings.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/nvim-lsp-installer/settings.lua')
-rw-r--r--lua/nvim-lsp-installer/settings.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/nvim-lsp-installer/settings.lua b/lua/nvim-lsp-installer/settings.lua
index a0641480..d84b60af 100644
--- a/lua/nvim-lsp-installer/settings.lua
+++ b/lua/nvim-lsp-installer/settings.lua
@@ -21,6 +21,9 @@ local DEFAULT_SETTINGS = {
-- Whether to automatically check for outdated servers when opening the UI window.
check_outdated_servers_on_open = true,
+ -- The border to use for the UI window. Accepts same border values as |nvim_open_win()|.
+ border = "none",
+
icons = {
-- The list icon to use for installed servers.
server_installed = "◍",