diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/nvim-lsp-installer.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/nvim-lsp-installer.txt b/doc/nvim-lsp-installer.txt index ed3dc023..ac16488b 100644 --- a/doc/nvim-lsp-installer.txt +++ b/doc/nvim-lsp-installer.txt @@ -119,6 +119,10 @@ class: Server See |lspconfig-custom-config| for more information on {opts}. + - get_default_options() + Returns a deep copy of the default options provided to + lspconfig in the setup({opts}) method. + - is_installed() Returns {true} is server is installed, else returns {false}. |
