aboutsummaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugin')
-rw-r--r--plugin/nvim-lsp-installer.vim2
1 files changed, 1 insertions, 1 deletions
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