feature(vim-shfmt): add shellcheck, add vim-shfmt to vim-essentials

This commit is contained in:
AJ ONeal
2021-12-05 05:01:38 +00:00
parent bfb7b97f10
commit fb0340b392
4 changed files with 17 additions and 1 deletions
+1
View File
@@ -23,6 +23,7 @@ It includes many of the vim plugins available on webinstall.dev such as:
- [vim-viminfo](/vim-viminfo)
- [vim-lastplace](/vim-lastplace)
- [vim-spell](/vim-spell)
- [vim-shfmt](/vim-shfmt)
- [vim-ale](/vim-ale)
- [vim-prettier](/vim-prettier)
- [vim-whitespace](/vim-whitespace)
+1
View File
@@ -9,6 +9,7 @@ function __init_vim_essentials() {
vim-lastplace \
vim-spell \
vim-ale \
vim-shfmt \
vim-prettier \
vim-whitespace
# done