diff options
| -rw-r--r-- | doc/nvim-lsp-installer.txt | 6 | ||||
| -rw-r--r-- | lua/nvim-lsp-installer/server.lua | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/doc/nvim-lsp-installer.txt b/doc/nvim-lsp-installer.txt index 1d736e52..e8666391 100644 --- a/doc/nvim-lsp-installer.txt +++ b/doc/nvim-lsp-installer.txt @@ -379,9 +379,13 @@ class: Server - is_installed() Returns {true} is server is installed, else returns {false}. - - install() + - install({version}) Installs this instance of an LSP server. + Parameters: ~ |
