From 18ee7faffaf71f1285d822abbca22433f182447c Mon Sep 17 00:00:00 2001 From: William Boman Date: Sun, 24 Oct 2021 19:05:56 +0200 Subject: fix :LspPrintInstalled Resolves #195. --- plugin/nvim-lsp-installer.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') diff --git a/plugin/nvim-lsp-installer.vim b/plugin/nvim-lsp-installer.vim index 6e23e64b..6ee00af8 100644 --- a/plugin/nvim-lsp-installer.vim +++ b/plugin/nvim-lsp-installer.vim @@ -29,7 +29,7 @@ function! s:LspUninstallAll() abort endfunction function! s:LspPrintInstalled() abort - echo s:MapServerName(luaeval("require'nvim-lsp-installer.servers'.get_installed_servers()")) + echo luaeval("require'nvim-lsp-installer.servers'.get_installed_server_names()") endfunction function! s:LspInstallInfo() abort -- cgit v1.2.3-70-g09d2