diff --git a/editors/vim/bundles.vim b/editors/vim/bundles.vim index 6af868d..d0da37e 100644 --- a/editors/vim/bundles.vim +++ b/editors/vim/bundles.vim @@ -72,9 +72,6 @@ call vundle#rc() Bundle 'ShowMarks7' let g:showmarks_enable=0 - Bundle 'YankRing.vim' - nnoremap ,y :YRShow - Bundle 'AutoComplPop' let g:acp_enableAtStartup = 0 let g:acp_completeoptPreview = 1 @@ -88,7 +85,6 @@ call vundle#rc() Bundle 'Lokaltog/vim-easymotion' let g:EasyMotion_keys = "arstdhneio" " Colemak home row - Bundle 'millermedeiros/vim-statline' let g:statline_syntastic = 1 let g:statline_fugitive = 1