docs(vim-ale): suggest linter plugins to install

This commit is contained in:
AJ ONeal
2021-12-05 01:06:18 +00:00
parent cb315c3af8
commit bfb7b97f10

View File

@@ -1,5 +1,7 @@
#!/bin/bash
#shellcheck disable=SC1003
function __init_vim_ale() {
set -e
set -u
@@ -31,6 +33,15 @@ function __init_vim_ale() {
echo ""
echo "vim-ale enabled with reasonable defaults"
echo ""
echo "note: don't forget to install the relevant linters and formatters, such as:"
echo ''
echo ' webi \'
echo ' jshint \'
echo ' prettier \'
echo ' shellcheck \'
echo ' shfmt \'
echo ''
}