-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathneobundle.vim
73 lines (59 loc) · 1.75 KB
/
neobundle.vim
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
61
62
63
64
65
66
67
68
69
70
71
72
73
" File explorer
NeoBundle 'scrooloose/nerdtree'
" Class outline viewer
NeoBundle 'majutsushi/tagbar'
" Fuzzy search
NeoBundle 'ctrlpvim/ctrlp.vim'
" Grep
NeoBundle 'mileszs/ack.vim'
" Find and replace
NeoBundle 'brooth/far.vim'
" Syntax checker
NeoBundle 'scrooloose/syntastic'
" Autocompletion
NeoBundle 'othree/vim-autocomplpop'
NeoBundle 'vim-scripts/cmdline-completion'
NeoBundle 'tpope/vim-endwise'
" Snippets
NeoBundle 'garbas/vim-snipmate'
NeoBundle 'honza/vim-snippets'
" Ruby
NeoBundle 'tpope/vim-rails'
NeoBundle 'tpope/vim-rake'
NeoBundle 'tpope/vim-bundler'
NeoBundle 'tpope/vim-rvm'
NeoBundle 'tpope/vim-rbenv'
NeoBundle 'ngmy/vim-rubocop'
" Tests
NeoBundle 'janko-m/vim-test'
" Additional syntaxes and markup/programming languages
NeoBundle 'sheerun/vim-polyglot'
" Git
NeoBundle 'airblade/vim-gitgutter'
NeoBundle 'tpope/vim-fugitive'
NeoBundle 'rhysd/committia.vim'
NeoBundle 'int3/vim-extradite'
" Other
NeoBundle 'airblade/vim-rooter'
NeoBundle 'tyru/caw.vim'
NeoBundle 'Raimondi/delimitMate'
NeoBundle 'sickill/vim-pasta'
NeoBundle 'AndrewRadev/splitjoin.vim'
NeoBundle 'ck3g/vim-change-hash-syntax'
NeoBundle 'bronson/vim-trailing-whitespace'
NeoBundle 'kshenoy/vim-signature'
NeoBundle 'mkitt/tabline.vim'
NeoBundle 'google/vim-searchindex'
NeoBundle 'bogado/file-line'
NeoBundle 'mattn/emmet-vim'
NeoBundle 'gregsexton/MatchTag'
" Refactoring tools
NeoBundle 'ecomba/vim-ruby-refactoring'
NeoBundle 'chrisbra/NrrwRgn'
NeoBundle 'lucerion/vim-extract'
" Dependencies
NeoBundle 'MarcWeber/vim-addon-mw-utils' " snipmate
NeoBundle 'tomtom/tlib_vim' " snipmate
NeoBundle 'vim-scripts/l9' " vim-autocomplpop
NeoBundle 'vim-scripts/matchit.zip' " vim-ruby-refactoring
NeoBundle 'lucerion/vim-buffr' " vim-extract