From c2ba006bb3f2f13b4ed77837fc5a12847704910c Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Wed, 7 May 2014 18:38:02 -0400 Subject: [PATCH] Remove covim --- .vimrc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.vimrc b/.vimrc index 9e82a8b..10c186f 100644 --- a/.vimrc +++ b/.vimrc @@ -10,12 +10,12 @@ Bundle 'gmarik/vundle' Bundle 'airblade/vim-gitgutter' Bundle 'bronson/vim-trailing-whitespace' -Bundle 'FredKSchott/CoVim' Bundle 'godlygeek/tabular' Bundle 'itchyny/lightline.vim' Bundle 'kien/ctrlp.vim' Bundle 'nathanaelkane/vim-indent-guides' Bundle 'rodjek/vim-puppet' +Bundle 'sotte/presenting.vim' Bundle 'tpope/vim-fugitive' Bundle 'tpope/vim-markdown' Bundle 'tpope/vim-rails' @@ -109,9 +109,6 @@ map te :Tabularize /= map bi :BundleInstall map bu :BundleInstall! -" covim -map cvs :CoVim start - " copy and paste - for Linux map c "+ map p "+p @@ -158,10 +155,6 @@ let g:lightline = { \ } \ } -" covim -let CoVim_default_name = "atomaka" -let CoVim_default_port = "5120" - " Functions " Toggle relative line numbers and cursorline; useful for long line files function! LargeFileToggle()