This commit is contained in:
Ryan Cavicchioni 2010-04-09 15:28:57 -05:00
parent 977250cd7c
commit c9d428dda8

1
vimrc
View File

@ -4,6 +4,7 @@ if $MONO != "yes"
colorscheme darkburn " Set color scheme.
set nonumber " Enable line numbering.
else
" makes the autocmd's work when in MONO mode.
filetype on
endif
if has("gui_running")