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 68e1ec5b..c7c5e28b 100644 --- a/doc/nvim-lsp-installer.txt +++ b/doc/nvim-lsp-installer.txt @@ -172,6 +172,8 @@ Example: > The following settings are applied by default. > local DEFAULT_SETTINGS = { + -- A list of servers to automatically install. Example: { "rust_analyzer", "sumneko_lua" } + ensure_installed = {}, ui = { icons = { -- The list icon to use for installed servers. |
