Tuesday
May092006
Vim 7 .vimrc
Tuesday, May 9, 2006 at 6:55PM Vim 7 is out and it's got a few new features. I turned spellchecking on but turned the paren/brace highlighting off. So now I have a new .vimrc:
syntax on
filetype on
filetype plugin on
filetype indent on
set et
set background=dark
set bs=2
set ts=4
set sw=4
set ruler
set nowrap
set nohlsearch
set incsearch
set hidden
let mapleader = ","
set history=1000
set scrolloff=3
let loaded_matchparen=1
set spell spelllang=en_us
set spellfile=~/.spell.utf8.add
hi Normal guifg=gray guibg=black
set guifont=Lucida_Console:h14:cDEFAULT
set smarttab
set foldmethod=indent
set foldlevel=1000
set list listchars=tab:>-,trail:.,extends:>

Reader Comments (1)
LOL ET FAG!