.vimrc: make lilypond command silent
This commit is contained in:
parent
78697220eb
commit
82ef85ef0a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue