-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathvimrc.bundles
47 lines (46 loc) · 1.31 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
" Include Vundle!
Bundle 'vundlevim/vundle.vim'
" Powerline for vim
Bundle 'Lokaltog/vim-powerline'
" CoffeeScript syntax highlighting
Bundle 'kchmck/vim-coffee-script'
" Full path fuzzy file finder
Bundle 'kien/ctrlp.vim'
" Filesystem explorer
Bundle 'scrooloose/nerdtree'
" Auto end things like def, if, do etc
Bundle 'tpope/vim-endwise'
" Git commands in vim!
Bundle 'tpope/vim-fugitive'
" Syntax highlighting for git, gitcommit, etc
Bundle 'tpope/vim-git'
" Syntax highlighting for markdown
Bundle 'tpope/vim-markdown'
" Rails goodness for vim
Bundle 'tpope/vim-rails'
" Mappings for manipulcation of surroundings like quotes
Bundle 'tpope/vim-surround'
" Useful vim mappings
Bundle 'tpope/vim-unimpaired'
" Provides easy to use mappings for comments
Bundle 'tomtom/tcomment_vim'
" Tab completion
Bundle 'ervandew/supertab'
" Typescript syntax highlighting
Bundle 'leafgarland/typescript-vim'
" UltiSnips
Bundle 'SirVer/ultisnips'
" Snippets
Bundle 'honza/vim-snippets'
" Rubocop
Bundle 'ngmy/vim-rubocop'
" Bundles I don't think I'm actually using:
"
" Bundle 'airblade/vim-rooter'
" Bundle 'juvenn/mustache.vim'
" Bundle 'mileszs/ack.vim'
" Bundle 'msanders/snipmate.vim'
" Bundle 'reinh/vim-makegreen'
" Bundle 'tpope/vim-ragtag'
" Bundle 'twe4ked/vim-peepopen' "This one seems to break my vim
" Bundle 'vim-scripts/taglist.vim'