diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/nvim-lsp-installer.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/nvim-lsp-installer.txt b/doc/nvim-lsp-installer.txt index 14703df6..35c37754 100644 --- a/doc/nvim-lsp-installer.txt +++ b/doc/nvim-lsp-installer.txt @@ -228,6 +228,8 @@ The following settings are applied by default. > install_server = "i", -- Keymap to reinstall/update a server update_server = "u", + -- Keymap to update all installed servers + update_all_servers = "U", -- Keymap to uninstall a server uninstall_server = "X", }, |
