xeno/vimrc

15 lines
191 B
VimL
Raw Normal View History

2009-04-29 00:34:43 +02:00
syntax on
colorscheme delek
filetype plugin indent on
set laststatus=2
set number
set noerrorbells
set autoindent
set tabstop=8
set shiftround
set modeline
set nobackup
map <f9> :make<CR>