.vimrc: make lilypond command silent

This commit is contained in:
flyingscorpio@arch-desktop 2021-08-23 12:43:51 +02:00
parent 78697220eb
commit 82ef85ef0a

View file

@ -198,7 +198,7 @@ augroup configgroup
" Open pdf after entering .ly file for side-by-side
autocmd VimEnter *.ly silent ![ -f ./%:r.pdf ] && zathura %:r.pdf &
" Run lilypond after save on .ly files
autocmd BufWritePost *.ly !lilypond %
autocmd BufWritePost *.ly !lilypond --silent %
" Toggle relative number and absolute number according to focus and insert
autocmd BufEnter,FocusGained,InsertLeave * set relativenumber