X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;ds=sidebyside;f=vim-ale%2Finstall.sh;h=caf161ae42199919f9490e05c94eb7d840272a36;hb=07420f775e90d2acff6522c2155adf34273d130e;hp=4cb252ff18be98199e40c6e8af83428915d5e4b8;hpb=7a14219d7d51d9f4cfa22b2bd7ce2ed47639be6e;p=webi-installers%2F.git diff --git a/vim-ale/install.sh b/vim-ale/install.sh index 4cb252f..caf161a 100644 --- a/vim-ale/install.sh +++ b/vim-ale/install.sh @@ -18,7 +18,7 @@ function __init_vim_ale() { curl -fsSL -o ~/.vim/plugins/ale.vim "$WEBI_HOST/packages/vim-ale/ale.vim" fi - if ! grep 'source.*plugins.ale.vim' -r ~/.vimrc >/dev/null 2>/dev/null; then + if ! grep 'source.*plugins.ale.vim' -r ~/.vimrc > /dev/null 2> /dev/null; then set +e mkdir -p ~/.vim/plugins printf '\n" ALE: reasonable defaults from webinstall.dev/vim-ale\n' >> ~/.vimrc