aboutsummaryrefslogtreecommitdiff
path: root/lint/vim.sh
blob: 5c1bbe22049474e2cc46939710302ed634409ed1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
set -- \
    vim/after \
    vim/autoload \
    vim/compiler \
    vim/config \
    vim/ftdetect \
    vim/gvimrc \
    vim/indent \
    vim/plugin \
    vim/vimrc
vint -s -- "$@" || exit
printf 'Vim configuration linted successfully.\n'