mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
feature(vim-essentials): include shfmt & shellcheck, suggest jshint
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user