augroup PlantUml au FileType plantuml let g:plantuml_previewer#plantuml_jar_path = get( \ matchlist(system('cat `which plantuml` | grep plantuml.jar'), '\v.*\s[''"]?(\S+plantuml\.jar).*'), \ 1, \ 0 \) augroup END augroup gopass au! au BufNewFile,BufRead /dev/shm/gopass* setlocal noswapfile nobackup noundofile augroup END augroup asyncrun au! command -bang -nargs=* -complete=file Make AsyncRun -program=make @ augroup END