Skip to content

Commit

Permalink
Merge branch 'pr1-plugins'
Browse files Browse the repository at this point in the history
  • Loading branch information
icetan committed Feb 24, 2015
2 parents 355dc81 + 0c2751b commit a5d9370
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions vim/.vimrc
Expand Up @@ -20,9 +20,10 @@ endif
" Status line
Plug 'bling/vim-airline'

" Zen
" Formatting
Plug 'tpope/vim-surround'
Plug 'tpope/vim-eunuch'
Plug 'godlygeek/tabular', { 'on': ['Tabularize', 'Tab'] }

" .lvimrc files for project local editor settings
Plug 'embear/vim-localvimrc'
Expand All @@ -44,9 +45,6 @@ Plug 'icetan/gitignore'
Plug 'jayflo/vim-skip'
Plug 'tpope/vim-unimpaired'

"Plug 'nathanaelkane/vim-indent-guides'
"Plug 'bkad/CamelCaseMotion'

" language support
" JavaScript
Plug 'pangloss/vim-javascript', { 'for': 'javascript' }
Expand Down

0 comments on commit a5d9370

Please sign in to comment.