From a77102cd78606c7b3623e518e1d793cbaa48dd1b Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 19 Aug 2015 11:13:24 +0200 Subject: Reorder the plugins and install vim json support --- .vimrc | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/.vimrc b/.vimrc index 31a2845..3a5b6cf 100644 --- a/.vimrc +++ b/.vimrc @@ -6,6 +6,17 @@ call vundle#begin() Plugin 'VundleVim/Vundle.vim' +Plugin 'tpope/vim-fugitive' +Plugin 'tpope/vim-rails' +Plugin 'tpope/vim-endwise' +Plugin 'tpope/vim-surround' +Plugin 'tpope/vim-haml' +Plugin 'vim-scripts/bufexplorer.zip' +" Plugin 'vim-scripts/matchit.zip' +Plugin 'Valloric/MatchTagAlways' +Plugin 'Valloric/YouCompleteMe' +Plugin 'scrooloose/nerdcommenter' +Plugin 'scrooloose/nerdtree' Plugin 'kien/ctrlp.vim' Plugin 'editorconfig/editorconfig-vim' Plugin 'godlygeek/tabular' @@ -15,20 +26,11 @@ Plugin 'kchmck/vim-coffee-script' Plugin 'airblade/vim-gitgutter' Plugin 'maksimr/vim-jsbeautify' Plugin 'ngmy/vim-rubocop' +Plugin 'elzr/vim-json' +Plugin 'honza/vim-snippets' " Plugin 'szw/vim-ctrlspace' " Plugin 'vim-ruby/vim-ruby' -Plugin 'honza/vim-snippets' -Plugin 'scrooloose/nerdcommenter' -Plugin 'scrooloose/nerdtree' -Plugin 'Valloric/MatchTagAlways' -Plugin 'Valloric/YouCompleteMe' -Plugin 'vim-scripts/bufexplorer.zip' -" Plugin 'vim-scripts/matchit.zip' -Plugin 'tpope/vim-fugitive' -Plugin 'tpope/vim-rails' -Plugin 'tpope/vim-endwise' -Plugin 'tpope/vim-surround' -Plugin 'tpope/vim-haml' +" Plugin 'nvie/vim-flake8' call vundle#end() syntax on -- cgit v1.2.3