diff options
| -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 |
