summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2015-08-19 11:13:24 +0200
committerAhmed Abdelhalim <[email protected]>2015-08-19 11:13:24 +0200
commita77102cd78606c7b3623e518e1d793cbaa48dd1b (patch)
tree7d07f2f00022c16e5de9eace7dbd63c6952824f4
parent9ae41c825a0390257553eac4eb2575bda9f5e0e6 (diff)
Reorder the plugins and install vim json support
-rw-r--r--.vimrc26
1 files 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