diff options
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/nvim-lsp-installer.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/nvim-lsp-installer.vim b/plugin/nvim-lsp-installer.vim index cb1e9da0..6650290f 100644 --- a/plugin/nvim-lsp-installer.vim +++ b/plugin/nvim-lsp-installer.vim @@ -7,7 +7,7 @@ set cpo&vim let s:no_confirm_flag = "--no-confirm" function! s:LspInstallCompletion(...) abort - return join(sort(luaeval("require'nvim-lsp-installer.servers'.get_available_server_names()")), "\n") + return join(sort(luaeval("require'nvim-lsp-installer'.get_install_completion()")), "\n") endfunction function! s:LspUninstallCompletion(...) abort |
