-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbundles.vim
More file actions
executable file
·54 lines (47 loc) · 1.35 KB
/
bundles.vim
File metadata and controls
executable file
·54 lines (47 loc) · 1.35 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
" BUNDLES - ENABLED
" =================
" TODO:
" - Add function for viewing bundles
" - In that buffer, make shortcuts for adding and removing bundles
Bundle 'altercation/vim-colors-solarized'
Bundle 'junegunn/seoul256.vim'
Bundle 'mattn/webapi-vim'
Bundle 'mattn/gist-vim'
Bundle 'xolox/vim-misc'
Bundle 'fholgado/minibufexpl.vim'
Bundle 'scrooloose/syntastic'
Bundle 'junegunn/vim-easy-align'
Bundle 'tpope/vim-markdown'
Bundle 'airblade/vim-rooter'
Bundle 'jeetsukumaran/vim-buffergator'
Bundle 'Shougo/neocomplcache'
Bundle 'tpope/vim-fugitive'
Bundle 'mhinz/vim-tmuxify'
Bundle 'dr-chip-vim-scripts/ZoomWin'
Bundle 'vim-scripts/Mark'
Bundle 'skammer/vim-css-color'
Bundle 'Floobits/floobits-vim'
" BUNDLES - DISABLED
" =================
"Bundle 'vim-scripts/Vim-R-plugin'
"Bundle 'Lokaltog/powerline'
"Bundle 'tpope/vim-fugitive'
"Bundle 'nathanaelkane/vim-indent-guides'
"Bundle 'majutsushi/tagbar'
"Bundle 'ervandew/supertab'
"Bundle 'scrooloose/nerdtree'
"Bundle 'bling/vim-airline'
"Bundle 'surround.vim'
"Bundle 'bling/vim-bufferline'
"Bundle 'xolox/vim-easytags'
"Bundle 'Raimondi/delimitMate'
"Bundle 'kien/ctrlp.vim'
"Bundle 'taglist.vim'
"Bundle 'cfurrow/vim-l9'
"Bundle 'vim-scripts/FuzzyFinder'
"Bundle 'sjl/vitality.vim'
"Bundle 'kien/rainbow_parentheses.vim'
"Bundle 'powerman/vim-plugin-autosess'
" Was causing hella bugs
" Bundle 'Valloric/YouCompleteMe'
"