diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index 9c14436..a00676a 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -13,6 +13,7 @@ Bundle 'scrooloose/nerdtree' Bundle 'mileszs/ack.vim' Bundle 'Raimondi/delimitMate' Bundle 'tpope/vim-commentary' +Bundle 'tpope/vim-unimpaired' Bundle 'tpope/vim-endwise' Bundle 'tpope/vim-fugitive' Bundle 'othree/html5.vim' @@ -27,13 +28,13 @@ Bundle 'duff/vim-scratch' Bundle 'cakebaker/scss-syntax.vim' Bundle 'kchmck/vim-coffee-script' Bundle 'groenewege/vim-less' -Bundle 'nono/vim-handlebars' Bundle 'tsaleh/vim-matchit' Bundle 'benmills/vimux' Bundle 'mattn/zencoding-vim' Bundle 'ap/vim-css-color' Bundle 'nicknisi/ir-whack' Bundle 'editorconfig/editorconfig-vim' +Bundle 'juvenn/mustache.vim' filetype plugin indent on @@ -365,6 +366,7 @@ let g:ctrlp_working_path_mode = 'ra' " Fugitive Shortcuts nmap gs :Gstatus +nmap ge :Gedit " CtrlP ignore patterns let g:ctrlp_custom_ignore = {