-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvundle.vim
More file actions
60 lines (52 loc) · 1.82 KB
/
vundle.vim
File metadata and controls
60 lines (52 loc) · 1.82 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
55
56
57
58
59
60
" Initialize vundle
set rtp+=~/.vim/bundle/vundle
call vundle#rc()
" let Vundle manage Vundle
" required!
Bundle 'gmarik/vundle'
" Bundles:
" Generally Useful:
Bundle 'https://github.com/scrooloose/nerdtree.git'
Bundle 'https://git.wincent.com/command-t.git'
Bundle 'https://github.com/rainux/desert.vim.git'
Bundle 'bufexplorer.zip'
Bundle 'vim2ansi'
Bundle "xml.vim"
Bundle "https://github.com/altercation/vim-colors-solarized.git"
Bundle "https://github.com/noahfrederick/vim-hemisu.git"
" Programming:
Bundle 'https://github.com/godlygeek/tabular.git'
Bundle 'https://github.com/scrooloose/nerdcommenter.git'
Bundle 'https://github.com/tpope/vim-fugitive.git'
Bundle 'https://github.com/tpope/vim-git.git'
Bundle 'https://github.com/tpope/vim-markdown.git'
Bundle 'https://github.com/imsizon/vim-preview.git'
Bundle 'https://github.com/tpope/vim-ragtag.git'
Bundle 'https://github.com/tpope/vim-repeat.git'
Bundle 'https://github.com/tpope/vim-speeddating.git'
Bundle 'https://github.com/tpope/vim-surround.git'
Bundle 'https://repo.or.cz/vcscommand'
Bundle 'JavaScript-syntax'
Bundle 'NSIS-syntax-highlighting'
Bundle 'OOP-javascript-indentation'
Bundle 'bash-support.vim'
Bundle 'echofunc.vim'
Bundle 'jQuery'
Bundle 'https://github.com/vim-scripts/jsbeautify.git'
Bundle 'lua-support'
Bundle 'matchit.zip'
Bundle 'taglist.vim'
Bundle "https://github.com/msanders/snipmate.vim.git"
Bundle "https://github.com/scrooloose/snipmate-snippets.git"
Bundle "https://github.com/Shougo/neocomplcache.git"
" Textile
" Python
Bundle "Pydiction"
Bundle "https://github.com/vim-scripts/indentpython.vim--nianyang.git"
" Scala
Bundle "https://github.com/derekwyatt/vim-scala.git"
" Haskell
Bundle "https://github.com/vim-scripts/haskell.vim.git"
Bundle "https://github.com/kevinstreit/VIM-Haskell.git"
" VIMIM
Bundle "https://github.com/vim-scripts/VimIM.git"