feature(vim-essentials): include shfmt & shellcheck, suggest jshint

This commit is contained in:
AJ ONeal
2021-12-05 01:07:52 +00:00
parent fb0340b392
commit c007aacdbf
2 changed files with 8 additions and 0 deletions

View File

@@ -24,8 +24,11 @@ It includes many of the vim plugins available on webinstall.dev such as:
- [vim-lastplace](/vim-lastplace)
- [vim-spell](/vim-spell)
- [vim-shfmt](/vim-shfmt)
- [shellcheck](/shellcheck)
- [shfmt](/shfmt)
- [vim-ale](/vim-ale)
- [vim-prettier](/vim-prettier)
- [prettier](/prettier)
- [vim-whitespace](/vim-whitespace)
It **DOES NOT** include these, which you may also want:
@@ -35,5 +38,6 @@ It **DOES NOT** include these, which you may also want:
- [vim-nerdtree](/vim-nerdtree) (`space + n` for dir tree, `o` to open file)
- [vim-devicons](/vim-devicons) (nerdfont icons in vim)
- Language Tooling
- [jshint](/jshint) (JavaScript Linter)
- [vim-go](/vim-go) (golang support)
- [vim-rust](/vim-rust) (rustlang support)

View File

@@ -9,7 +9,10 @@ function __init_vim_essentials() {
vim-lastplace \
vim-spell \
vim-ale \
shellcheck \
shfmt \
vim-shfmt \
prettier \
vim-prettier \
vim-whitespace
# done
@@ -21,6 +24,7 @@ function __init_vim_essentials() {
printf ' - vim-gui (mouse & clipboard support)\n'
printf ' - vim-devicons (use nerdfont icons in vim)\n'
printf '\n'
printf ' - jshint (JavaScript linting, works with vim-ale)\n'
printf ' - vim-go (golang linting, etc)\n'
printf ' - vim-rust (rustlang linting, etc)\n'
printf '\n'