bugfix(vim-shfmt): fix package name

This commit is contained in:
AJ ONeal
2021-11-21 13:12:18 +00:00
parent 4edf137e5d
commit bc91c9838b
+1 -1
View File
@@ -5,7 +5,7 @@ function __init_vim_shfmt() {
set -u
mkdir -p "$HOME/.vim/pack/plugins/start"
rm -rf "$HOME/.vim/pack/plugins/start/shfmt.vim"
rm -rf "$HOME/.vim/pack/plugins/start/vim-shfmt"
git clone --depth=1 https://github.com/z0mbix/vim-shfmt.git "$HOME/.vim/pack/plugins/start/vim-shfmt"
if [ -z "$(command -v shfmt)" ]; then