]> git.rmz.io Git - dotfiles.git/blob - vim/ftplugin/PKGBUILD.vim
4e7ad775d7f20bc23e41a5399f4cb810cc1741d7
[dotfiles.git] / vim / ftplugin / PKGBUILD.vim
1 setlocal expandtab
2 setlocal tabstop=2
3 setlocal shiftwidth=2
4 setlocal softtabstop=2
5 setlocal makeprg=makepkg\ -s
6 setlocal errorformat=%f:\ line\ %l:\ %m
7
8 nnoremap <Leader>u :UpdPkgSums<CR>:redraw!<cr>
9 nnoremap <Leader>r O# Maintainer: Samir Benmendil <samir.benmendil[at]gmail[dot]com><Esc>
10
11 " vim: ft=vim