aboutsummaryrefslogtreecommitdiff
path: root/lint/vim.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lint/vim.sh')
-rw-r--r--lint/vim.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/lint/vim.sh b/lint/vim.sh
index d876d770..c370e177 100644
--- a/lint/vim.sh
+++ b/lint/vim.sh
@@ -5,6 +5,7 @@ set -- \
vim/ftplugin \
vim/gvimrc \
vim/indent \
+ vim/plugin \
vim/vimrc
vint -s -- "$@" || exit
printf 'Vim configuration linted successfully.\n'