vint

Vim script linter for detecting errors and style issues in Vim scripts

brewmacoslinux
Try with needOr install directly
Source

About

Vim script Language Lint

Commands

vint

Examples

Lint a single Vim script file$ vint ~/.vimrc
Lint all Vim files in a directory recursively$ vint ~/.vim
Lint with specific severity level and output format$ vint --severity-level=warning -f json ~/.vim/plugin/*.vim