We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
run this in command mode in vim
let @f=":w | exe '! scripts/vsg/vhdl_linter.sh %:p fix' | e!"
Then to format the code, in normal mode press @f and then press enter.
@f
If there is a syntax error and VSG halts press Ctrl+c inside the context window to resume.
Ctrl+c