mirror of https://github.com/akelge/zsh
Added vimrc.local skeleton
This commit is contained in:
parent
382dea8f1c
commit
3056477e3b
|
@ -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$
|
||||||
|
"
|
Loading…
Reference in New Issue