1
0
mirror of https://github.com/akelge/zsh synced 2025-07-03 21:19:06 +00:00

Fixed up templating system

This commit is contained in:
2009-04-01 15:05:41 +00:00
parent cf2f06bc21
commit f11aeb05e4
6 changed files with 90 additions and 56 deletions

View File

@ -2,6 +2,7 @@
" General Setup
"
" $Id$
"
set nocompatible " Use Vim defaults (much better!)
set backspace=indent,eol,start " allow backspacing over everything
@ -46,6 +47,12 @@ set fileformat=unix
set mouse=a
colorscheme inkpot
" """""""""
" User Info
" """""""""
let g:fullname = 'Andrea Mistrali'
let g:email = 'am@am.cx'
" """""""""""""""""""""""""
" COMPLETION & INDENTATION