From b5059efeaadecbc96b042d0866e47f2fb3e7dff9 Mon Sep 17 00:00:00 2001 From: William Boman Date: Sat, 6 Nov 2021 16:01:31 +0100 Subject: add language aliases to :LspInstall (#232) --- plugin/nvim-lsp-installer.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/nvim-lsp-installer.vim') 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 -- cgit v1.2.3-70-g09d2