diff --git a/vimrc b/vimrc index e066c15..f93881f 100644 --- a/vimrc +++ b/vimrc @@ -24,7 +24,8 @@ Bundle 'tpope/vim-fugitive' Bundle 'tpope/vim-endwise' " Bundle 'tpope/vim-unimpared' Bundle 'mileszs/ack.vim' -Bundle 'Lokaltog/vim-easymotion' +" Bundle 'Lokaltog/vim-easymotion' +Bundle 'justinmk/vim-sneak' Bundle 'bkad/CamelCaseMotion' Bundle 'majutsushi/tagbar' Bundle 'scrooloose/syntastic' @@ -54,6 +55,7 @@ Bundle 'airblade/vim-gitgutter' Bundle 'qstrahl/vim-matchmaker' Bundle 'bling/vim-airline' Bundle 'matze/vim-move' +Bundle 'bruno-/vim-vertical-move' let $GIT_SSL_NO_VERIFY = 'true'