From 3056477e3bc04f76bd7b348a12612e45e5e57f87 Mon Sep 17 00:00:00 2001 From: Akelge Date: Wed, 2 Jan 2013 09:21:06 +0000 Subject: [PATCH] Added vimrc.local skeleton --- vim/vimrc.local | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 vim/vimrc.local diff --git a/vim/vimrc.local b/vim/vimrc.local new file mode 100644 index 0000000..7cddf80 --- /dev/null +++ b/vim/vimrc.local @@ -0,0 +1,13 @@ +" +" Local configuration per user and per host +" You can customize everything, expecially +" +" ctags path +" let Tlist_Ctags_Cmd="/opt/local/bin/ctags" +" +" skeleton variables: +" let g:fullname = 'Your Full Name' +" let g:email = 'your.email@address' +" +" $Id$ +"