// OPEN SOURCE
vim-shellcheck
ShellCheck integration for Vim with quickfix support
A Vim plugin providing ShellCheck integration. Runs ShellCheck on the current buffer and populates the quickfix list with results for easy navigation.
Features
- Run ShellCheck on the current buffer with
:ShellCheck - Results populate the quickfix list for standard Vim navigation
- Configurable ShellCheck arguments and options
- Support for shell dialect detection (bash, sh, dash, ksh)
- Works with any shell script file type