k-takata / minpac

A minimal package manager for Vim 8+ (and Neovim)
835 stars 30 forks source link

make command #154

Open RealYukiSan opened 6 months ago

RealYukiSan commented 6 months ago

from the readme:

call minpac#add('Shougo/vimproc.vim', {'do': 'silent! !make'})

I am new to neovim and would like to know if I remove the silent! part, is it expected if there is no output from the make command?