diff options
| author | Ahmed Abdelhalim <[email protected]> | 2015-08-19 11:13:24 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2015-08-19 11:13:24 +0200 |
| commit | a77102cd78606c7b3623e518e1d793cbaa48dd1b (patch) | |
| tree | 7d07f2f00022c16e5de9eace7dbd63c6952824f4 /.vimrc | |
| parent | 9ae41c825a0390257553eac4eb2575bda9f5e0e6 (diff) | |
Reorder the plugins and install vim json support
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 26 |
1 files changed, 14 insertions, 12 deletions
@@ -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 |
