aboutsummaryrefslogtreecommitdiffstats
path: root/doc/nvim-lsp-installer.txt
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2022-06-06 00:28:58 +0200
committerGitHub <noreply@github.com>2022-06-06 00:28:58 +0200
commit1a9cdfe4d052dbfa16f3c12ce4def58a931b0730 (patch)
tree62d69458bca3db1ee4b4b39de290e8ce3236ff11 /doc/nvim-lsp-installer.txt
parentfix(platform): memoize .get_libc() ret val (#753) (diff)
downloadmason-1a9cdfe4d052dbfa16f3c12ce4def58a931b0730.tar
mason-1a9cdfe4d052dbfa16f3c12ce4def58a931b0730.tar.gz
mason-1a9cdfe4d052dbfa16f3c12ce4def58a931b0730.tar.bz2
mason-1a9cdfe4d052dbfa16f3c12ce4def58a931b0730.tar.lz
mason-1a9cdfe4d052dbfa16f3c12ce4def58a931b0730.tar.xz
mason-1a9cdfe4d052dbfa16f3c12ce4def58a931b0730.tar.zst
mason-1a9cdfe4d052dbfa16f3c12ce4def58a931b0730.zip
feat(ui): add setting to customize window border (#754)
Closes #752.
Diffstat (limited to 'doc/nvim-lsp-installer.txt')
-rw-r--r--doc/nvim-lsp-installer.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/nvim-lsp-installer.txt b/doc/nvim-lsp-installer.txt
index a2c2b01a..20ee2945 100644
--- a/doc/nvim-lsp-installer.txt
+++ b/doc/nvim-lsp-installer.txt
@@ -185,6 +185,9 @@ The following settings are applied by default.
-- 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 = "◍",