Added vimrc.local skeleton

This commit is contained in:
Andrea Mistrali 2013-01-02 09:21:06 +00:00
parent 382dea8f1c
commit 3056477e3b
1 changed files with 13 additions and 0 deletions

13
vim/vimrc.local Normal file
View File

@ -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$
"