diff --git a/editors/vim/bundles.vim b/editors/vim/bundles.vim index 2de454c..e65c0c8 100644 --- a/editors/vim/bundles.vim +++ b/editors/vim/bundles.vim @@ -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 ,y :YRShow