mirror of https://github.com/bjeanes/dotfiles.git
Disable ShowMarks7 by default
parent
76eb9eda31
commit
5971067a3f
|
@ -62,7 +62,9 @@ call vundle#rc()
|
|||
Bundle 'spiiph/vim-space'
|
||||
Bundle 'tpope/vim-surround'
|
||||
Bundle 'Raimondi/delimitMate'
|
||||
|
||||
Bundle 'ShowMarks7'
|
||||
let g:showmarks_enable=0
|
||||
|
||||
Bundle 'YankRing.vim'
|
||||
nnoremap <silent> ,y :YRShow<CR>
|
||||
|
|
Loading…
Reference in New Issue