diff --git a/.vimrc b/.vimrc index 501909c..585e38f 100644 --- a/.vimrc +++ b/.vimrc @@ -36,6 +36,7 @@ map l :nnoremap :bnext :nnoremap :bprevious +:noremap :Autoformat "CTRL-N to open Nerd Tree map :NERDTreeToggle @@ -51,9 +52,12 @@ set smartcase " let Vundle manage Vundle " required! +Bundle 'Chiel92/vim-autoformat' +Bundle 'mattn/emmet-vim' Bundle 'gmarik/vundle' Bundle 'scrooloose/nerdtree' +Bundle 'Lokaltog/vim-distinguished' " My Bundles here: " " original repos on github @@ -68,6 +72,7 @@ Bundle "wookiehangover/jshint.vim" Bundle "bpowell/vim-android.git" let g:JSHintHighlightErrorLine = 0 +let g:miniBufExplForceSyntaxEnable = 1 Bundle 'Valloric/YouCompleteMe' Bundle 'marijnh/tern_for_vim'