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()