Skip to content

Instantly share code, notes, and snippets.

@fizruk
Created December 24, 2013 20:11
Show Gist options
  • Save fizruk/8117388 to your computer and use it in GitHub Desktop.
Save fizruk/8117388 to your computer and use it in GitHub Desktop.
Bundles I use
" General bundles
NeoBundle 'Shougo/vimproc', {
\ 'build' : {
\ 'windows' : 'make -f make_mingw32.mak',
\ 'cygwin' : 'make -f make_cygwin.mak',
\ 'mac' : 'make -f make_mac.mak',
\ 'unix' : 'make -f make_unix.mak',
\ },
\ }
NeoBundle 'Shougo/unite.vim'
NeoBundle 'scrooloose/nerdtree'
NeoBundle 'scrooloose/nerdcommenter'
NeoBundle 'Lokaltog/powerline', { 'rtp': 'powerline/bindings/vim/' }
NeoBundle 'kien/rainbow_parentheses.vim'
NeoBundle 'majutsushi/tagbar'
" Working with Git from Vim
NeoBundle 'tpope/vim-fugitive'
" Haskell
NeoBundle 'dag/vim2hs'
NeoBundle 'eagletmt/ghcmod-vim'
NeoBundle 'pbrisbin/html-template-syntax' " Shakespeare template highlighting
" Clojure
NeoBundle 'tpope/vim-fireplace'
NeoBundle 'guns/vim-clojure-static'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment