diff options
| author | Ahmed Abdelhalim <[email protected]> | 2015-08-09 16:00:47 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2015-08-09 16:00:47 +0200 |
| commit | 3b05693f8606c3407300924de083f813e23afd33 (patch) | |
| tree | daf73b8904ee44e5f93dc348cebafe64523d4bf6 | |
| parent | 85a4d4ccc0f26099d7534ac4469d8205597570a1 (diff) | |
Remove the matchit macro code and rearrange the plugins
install surround/endwise plugins
| -rw-r--r-- | .vimrc | 25 |
1 files changed, 12 insertions, 13 deletions
@@ -6,26 +6,29 @@ call vundle#begin() Plugin 'gmarik/Vundle.vim' -Plugin 'Valloric/MatchTagAlways' -Plugin 'vim-scripts/bufexplorer.zip' Plugin 'kien/ctrlp.vim' Plugin 'editorconfig/editorconfig-vim' -Plugin 'scrooloose/nerdcommenter' -Plugin 'scrooloose/nerdtree' Plugin 'godlygeek/tabular' Plugin 'SirVer/ultisnips' Plugin 'bling/vim-airline' Plugin 'kchmck/vim-coffee-script' -" Plugin 'szw/vim-ctrlspace' -Plugin 'tpope/vim-fugitive' Plugin 'airblade/vim-gitgutter' -Plugin 'tpope/vim-haml' Plugin 'maksimr/vim-jsbeautify' -Plugin 'tpope/vim-rails' Plugin 'ngmy/vim-rubocop' -Plugin 'vim-ruby/vim-ruby' +" 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' call vundle#end() syntax on @@ -85,10 +88,6 @@ set splitbelow " position the preview window below current windows if !empty(&viminfo) set viminfo^=! endif -" Load matchit.vim, but only if the user hasn't installed a newer version. -if !exists('g:loaded_matchit') && findfile('plugin/matchit.vim', &rtp) ==# '' - runtime! macros/matchit.vim -endif """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Mappings |
