The rsnapshot vim filetype plugin will show tabs to avoid syntax error in configuration files.
So many ways!
-
With tar:
mkdir -p ~/.vim cd /path/to/vim-rsnapshot tar cf - ftdetect ftplugin syntax | tar -xf - -C ~/.vim
-
With rsync:
mkdir -p ~/.vim cd /path/to/vim-rsnapshot rsync -r ftdetect ftplugin syntax ~/.vim/
-
With Pathogen, you surely know already.
Just :set nolist
find ~/.vim -name rsnapshot.vim -delete