Replace vim abbreviations with Abolish configs

This commit is contained in:
2017-06-16 16:55:45 -04:00
parent 7c7fa37a41
commit d6593e450a
3 changed files with 12 additions and 11 deletions

View File

@@ -5,4 +5,5 @@ set -e
if [ ! -d "~/.vim" ]; then
echo "Syncing user dictionary" && cp ~/.vim/spell/* ~/.dotfiles/vim/spell/
echo "Syncing user colors" && cp ~/.vim/colors/* ~/.dotfiles/vim/colors/
echo "Syncing after directory" && cp -r ~/.vim/after ~/.dotfiles/vim/
fi