fix(vim-essentials): install bins last in case they fail (looking at you sudo'd npm)

This commit is contained in:
AJ ONeal
2023-03-04 00:56:45 +00:00
parent 30f9fd6271
commit fea715f9bd
+4 -4
View File
@@ -12,12 +12,12 @@ __init_vim_essentials() {
vim-smartcase \
vim-spell \
vim-ale \
vim-whitespace \
vim-shfmt \
vim-prettier \
shellcheck \
shfmt \
vim-shfmt \
prettier \
vim-prettier \
vim-whitespace
prettier
# done
printf '\n'