From daee144bac768c896869eda1c74f507fae250c90 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Fri, 13 Jan 2017 23:33:22 -0600 Subject: [PATCH] Remove non-standard Vim cruft for now. --- .vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index 6bd0127..bfd8df0 100644 --- a/.vimrc +++ b/.vimrc @@ -14,7 +14,7 @@ set scrolloff=5 " show at least 5 lines above/below filetype on " enable filetype detection filetype indent on " enable filetype-specific indenting filetype plugin on " enable filetype-specific plugins -colorscheme cobalt " requires cobalt.vim to be in ~/.vim/colors +" colorscheme cobalt " requires cobalt.vim to be in ~/.vim/colors " column-width visual indication let &colorcolumn=join(range(81,999),",") @@ -37,7 +37,7 @@ set showmatch " show matching bracket " other set guioptions=aAace " don't show scrollbar in MacVim -call pathogen#infect() " use pathogen +" call pathogen#infect() " use pathogen " clipboard set clipboard=unnamed " allow yy, etc. to interact with OS X clipboard