xeno/vimrc
2009-07-29 17:21:05 +02:00

14 lines
189 B
VimL

syntax on
colorscheme xeno
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>