From 01786a6a713e0d76cfeda8ae327e9e30cbe3bc11 Mon Sep 17 00:00:00 2001 From: Ian Adam Naval Date: Mon, 23 Jun 2014 22:16:49 -0400 Subject: [PATCH] Clean vimrc. --- vim/vimrc.dotfile | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/vim/vimrc.dotfile b/vim/vimrc.dotfile index 152b465..95009bb 100644 --- a/vim/vimrc.dotfile +++ b/vim/vimrc.dotfile @@ -14,8 +14,6 @@ set mousemodel=popup set ruler set number set scrolloff=10 -""set textwidth=80 -""set columns=83 set cursorline set printoptions=paper:letter set guioptions-=T @@ -23,13 +21,11 @@ set guioptions-=r set guioptions-=L set laststatus=2 -set background=dark -set t_Co=256 -set guifont=Ubuntu\ Mono\ 11 -colorscheme molokai +""set guifont=Ubuntu\ Mono\ 11 +""let g:molokai_original = 1 syntax on - -let g:molokai_original = 1 +colorscheme molokai +set t_Co=256 let g:pythondiction_location = "~/.vim/ftplugin/pydiction/complete-dict" let g:python_diction_menu_height = 20