Add some vim templates

This commit is contained in:
2017-07-26 12:06:00 -04:00
parent b1d21192f8
commit caf03e391a
4 changed files with 58 additions and 2 deletions

View File

@@ -6,4 +6,5 @@ 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/
echo "Syncing templates" && cp -r ~/.vim/templates ~/.dotfiles/vim/
fi