mirror of https://github.com/bjeanes/dotfiles.git
Remove stupid yankring
parent
3d85ec615e
commit
9b8fe856d1
|
@ -72,9 +72,6 @@ call vundle#rc()
|
|||
Bundle 'ShowMarks7'
|
||||
let g:showmarks_enable=0
|
||||
|
||||
Bundle 'YankRing.vim'
|
||||
nnoremap <silent> ,y :YRShow<CR>
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue