-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathplugins.sh
executable file
·73 lines (59 loc) · 3.59 KB
/
plugins.sh
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
git clone --single-branch --depth 1 https://github.com/scrooloose/nerdtree
# Class outline viewer
git clone --single-branch --depth 1 https://github.com/majutsushi/tagbar
# Fuzzy search
git clone --single-branch --depth 1 https://github.com/ctrlpvim/ctrlp.vim
# Grep
git clone --single-branch --depth 1 https://github.com/mileszs/ack.vim
# Find and replace
git clone --single-branch --depth 1 https://github.com/brooth/far.vim
# Syntax checker
git clone --single-branch --depth 1 https://github.com/scrooloose/syntastic
# Autocompletion
git clone --single-branch --depth 1 https://github.com/othree/vim-autocomplpop
git clone --single-branch --depth 1 https://github.com/vim-scripts/cmdline-completion
git clone --single-branch --depth 1 https://github.com/tpope/vim-endwise
# Snippets
git clone --single-branch --depth 1 https://github.com/garbas/vim-snipmate
git clone --single-branch --depth 1 https://github.com/honza/vim-snippets
# Ruby
git clone --single-branch --depth 1 https://github.com/tpope/vim-rails
git clone --single-branch --depth 1 https://github.com/tpope/vim-rake
git clone --single-branch --depth 1 https://github.com/tpope/vim-bundler
git clone --single-branch --depth 1 https://github.com/tpope/vim-rvm
git clone --single-branch --depth 1 https://github.com/tpope/vim-rbenv
git clone --single-branch --depth 1 https://github.com/ngmy/vim-rubocop
# Tests
git clone --single-branch --depth 1 https://github.com/janko-m/vim-test
# Additional syntaxes and markup/programming languages
git clone --single-branch --depth 1 https://github.com/sheerun/vim-polyglot
# Git
git clone --single-branch --depth 1 https://github.com/airblade/vim-gitgutter
git clone --single-branch --depth 1 https://github.com/tpope/vim-fugitive
git clone --single-branch --depth 1 https://github.com/rhysd/committia.vim
git clone --single-branch --depth 1 https://github.com/int3/vim-extradite
# Other
git clone --single-branch --depth 1 https://github.com/airblade/vim-rooter
git clone --single-branch --depth 1 https://github.com/tyru/caw.vim
git clone --single-branch --depth 1 https://github.com/Raimondi/delimitMate
git clone --single-branch --depth 1 https://github.com/sickill/vim-pasta
git clone --single-branch --depth 1 https://github.com/AndrewRadev/splitjoin.vim
git clone --single-branch --depth 1 https://github.com/ck3g/vim-change-hash-syntax
git clone --single-branch --depth 1 https://github.com/bronson/vim-trailing-whitespace
git clone --single-branch --depth 1 https://github.com/kshenoy/vim-signature
git clone --single-branch --depth 1 https://github.com/mkitt/tabline.vim
git clone --single-branch --depth 1 https://github.com/google/vim-searchindex
git clone --single-branch --depth 1 https://github.com/bogado/file-line
git clone --single-branch --depth 1 https://github.com/mattn/emmet-vim
git clone --single-branch --depth 1 https://github.com/gregsexton/MatchTag
# Refactoring tools
git clone --single-branch --depth 1 https://github.com/ecomba/vim-ruby-refactoring
git clone --single-branch --depth 1 https://github.com/chrisbra/NrrwRgn
git clone --single-branch --depth 1 https://github.com/lucerion/vim-extract
# Dependencies
git clone --single-branch --depth 1 https://github.com/MarcWeber/vim-addon-mw-utils # snipmate
git clone --single-branch --depth 1 https://github.com/tomtom/tlib_vim # snipmate
git clone --single-branch --depth 1 https://github.com/vim-scripts/L9 # vim-autocomplpop
git clone --single-branch --depth 1 https://github.com/vim-scripts/matchit.zip # vim-ruby-refactoring
git clone --single-branch --depth 1 https://github.com/lucerion/vim-buffr # vim-extract