-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvimrc.bundles
33 lines (33 loc) · 1012 Bytes
/
vimrc.bundles
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Bundle 'airblade/vim-gitgutter'
Bundle 'altercation/vim-colors-solarized'
Bundle 'austintaylor/vim-indentobject'
Bundle 'gmarik/vundle'
Bundle 'kien/ctrlp.vim'
Bundle 'nathanaelkane/vim-indent-guides'
Bundle 'scrooloose/nerdtree'
Bundle 'scrooloose/nerdcommenter'
" Bundle 'scrooloose/syntastic'
Bundle 'tpope/vim-bundler'
Bundle 'tpope/vim-fugitive'
Bundle 'tpope/vim-surround'
Bundle 'tpope/vim-unimpaired'
" Bundle 'tpope/vim-vividchalk'
Bundle 'vim-scripts/Align'
Bundle 'vim-scripts/greplace.vim'
Bundle 'powerline/powerline'
Bundle 'wilywampa/vim-ipython'
" Bundle 'klen/python-mode'
" Bundle 'ivanov/vim-ipython'
" Bundle 'jvoorhis/coq.vim'
" Bundle 'derekelkins/agda-vim'
" Bundle 'dag/vim2hs'
Bundle 'jeetsukumaran/vim-buffergator'
Bundle 'groenewege/vim-less'
Bundle 'easymotion/vim-easymotion'
" Bundle 'Shougo/vimproc.vim'
Bundle 'w0rp/ale'
" Bundle 'eagletmt/ghcmod-vim'
" Bundle 'benekastah/neomake'
Bundle "tweekmonster/startuptime.vim"
Bundle "google/vim-jsonnet"
Bundle "BurningEther/iron.nvim"