diff options
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +syntax on +colorscheme delek +filetype plugin indent on + +set laststatus=2 +set number +set noerrorbells +set autoindent +set tabstop=8 +set shiftround +set textwidth=80 +set modeline +set nobackup + +map <f9> :make<CR> |