diff --git a/autoload/defx/init.vim b/autoload/defx/init.vim index 64279d0..00fd634 100644 --- a/autoload/defx/init.vim +++ b/autoload/defx/init.vim @@ -69,9 +69,9 @@ function! defx#init#_channel() abort endif else call defx#util#print_error( - \ 'defx failed to load. ' - \ .'Try the :UpdateRemotePlugins command and restart Neovim. ' - \ .'See also :checkhealth.') + \ 'defx failed to load. ' + \ .'Try the :UpdateRemotePlugins command and restart Neovim. ' + \ .'See also :checkhealth and :messages output.') endif return v:true