Move vim templates into vimrc

This commit is contained in:
2021-03-05 14:58:51 -05:00
parent 6f266e9f1c
commit 111b504e25
6 changed files with 115 additions and 116 deletions

View File

@@ -11,6 +11,5 @@ if [ -d $src ]; then
[ -d "$src/spell" ] && echo "Syncing user dictionary" && cp -r "$src/spell" $dest
[ -d "$src/colors" ] && echo "Syncing user colors" && cp -r "$src/colors" $dest
[ -d "$src/after" ] && echo "Syncing after directory" && cp -r "$src/after" $dest
[ -d "$src/templates" ] && echo "Syncing templates" && cp -r "$src/templates" $dest
[ -d "$src/ftdetect" ] && echo "Syncing ftdetect" && cp -r "$src/ftdetect" $dest
fi

View File

@@ -11,6 +11,5 @@ if [ -d $src ]; then
[ -d "$src/spell" ] && echo "Syncing user dictionary" && cp -r "$src/spell" $dest
[ -d "$src/colors" ] && echo "Syncing user colors" && cp -r "$src/colors" $dest
[ -d "$src/after" ] && echo "Syncing after directory" && cp -r "$src/after" $dest
[ -d "$src/templates" ] && echo "Syncing templates" && cp -r "$src/templates" $dest
[ -d "$src/ftdetect" ] && echo "Syncing ftdetect" && cp -r "$src/ftdetect" $dest
fi