dotfiles/user-config-unused/rkd-conf/.vimrc

18 lines
287 B
VimL

" File: ~/.vimrc
" Date: May 26, 2011
" Author: Collin J. Doering <rekahsoft@gmail.com>
" strip off file menu and toolbar
set guioptions-=m
set guioptions-=T
" set color scheme to a dark one
colorscheme slate
" enable syntax highlighting
syntax enable
" number the lines
set number