diff --git a/vimrc b/vimrc index 8268ce6..75d236f 100644 --- a/vimrc +++ b/vimrc @@ -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")