Skip to content

Commit

Permalink
Updated vim plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Filippo Liverani committed Dec 22, 2015
1 parent 507c9ce commit ea61c4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ Bundle 'tpope/vim-surround'
Bundle 'tpope/vim-unimpaired'
Bundle 'mileszs/ack.vim'
Bundle 'tpope/vim-markdown'
Bundle 'shawncplus/phpcomplete.vim'
Bundle 'pangloss/vim-javascript'
Bundle 'vim-ruby/vim-ruby'
Bundle 'tpope/vim-rails'
Bundle 'tpope/vim-haml'
Bundle 'rodjek/vim-puppet'
Bundle 'kchmck/vim-coffee-script'
Bundle 'epeli/slimux'
Bundle 'kien/rainbow_parentheses.vim'
Bundle 'elixir-lang/vim-elixir'
Bundle 'wlangstroth/vim-racket'

" General Config

Expand Down Expand Up @@ -264,6 +263,7 @@ map <C-t> :CtrlPTag<CR>
" Syntastic

let g:syntastic_check_on_open = 1
let g:syntastic_enable_elixir_checker = 1

" Slimux

Expand Down

0 comments on commit ea61c4e

Please sign in to comment.