dotfiles/nvim/ftplugin/PKGBUILD.vim
2025-04-22 12:09:25 +02:00

5 lines
158 B
VimL

function! s:genSrcInfo()
:call system('rm -rf .SRCINFO; makepkg --printsrcinfo > .SRCINFO')
endfunction
autocmd BufWritePost PKGBUILD :call s:genSrcInfo()