Skip to content

Commit

Permalink
vim plugins updated
Browse files Browse the repository at this point in the history
  • Loading branch information
m.malkin committed Sep 24, 2016
1 parent 64163a6 commit c83915d
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions vimrc
Expand Up @@ -11,14 +11,14 @@ call vundle#rc()
Bundle 'gmarik/vundle'

" Lang support

Plugin 'rosstimson/scala-vim-support'
Plugin 'vim-scripts/VimClojure'
Plugin 'ingydotnet/yaml-vim'
Plugin 'motus/pig.vim'
Plugin 'elixir-lang/vim-elixir'
Plugin 'lambdatoast/elm.vim'
Plugin 'evanmiller/nginx-vim-syntax'
Plugin 'fatih/vim-go'

" Framework support

Expand All @@ -30,6 +30,8 @@ Plugin 'Keithbsmiley/rspec.vim'
Plugin 'dyng/ctrlsf.vim'
Plugin 'mileszs/ack.vim'
Plugin 'rking/ag.vim'
Plugin 'junegunn/fzf'
Plugin 'junegunn/fzf.vim'

" Common goodies

Expand All @@ -40,12 +42,6 @@ Plugin 'terryma/vim-multiple-cursors'
Plugin 'tpope/vim-fugitive'
Plugin 'scrooloose/nerdcommenter'

" Remote services

Plugin 'mattn/codepad-vim'
Plugin 'mattn/webapi-vim'
Plugin 'mattn/gist-vim'

" Custom configs
Plugin 'miros/vimfiles'

Expand All @@ -54,5 +50,4 @@ filetype plugin indent on " required

if filereadable(glob("~/.vimrc.local"))
source ~/.vimrc.local
endif

endif

0 comments on commit c83915d

Please sign in to comment.