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:
@ -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
|
||||
|
Reference in New Issue
Block a user