-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
74 lines (68 loc) · 1.31 KB
/
README
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
74
Required packages:
- homebrew
- vim
- python pip
- powerline
- silversearcher-ag (linux) the_silver_searcher (osx)
- exuberant CTags (http://ctags.sourceforge.net/)
Installing:
OSX:
$brew install pyhton
$brew install vim --with-python --with-ruby --with-perl
$pip install git+git://github.com/Lokaltog/powerline
$brew install the_silver_searcher
$brew install ctags
Linux:
$aptitude install silversearcher-ag
Download exuberant Ctgas from http://ctags.sourceforge.net/
$tar xzf ctags-5.8.tar.gz
$./configure
$make
$sudo make install
Ready to code
Reference:
https://coderwall.com/p/yiot4q
Included plugins:
ack.vim => Replace by ag.vim (much faster)
ag.vim
ctrlp-py-matcher
ctrlp.vim
delimitMate
heroku-colorscheme
html5.vim
jasmine.vim
jquery.vim
nerdtree
rspec.vim
seoul256.vim
snipmate-snippets
syntastic
tabular
tagbar
tlib_vim
ultisnips
vim-addon-mw-utils
vim-airline
vim-bundler
vim-coffee-script
vim-colors-solarized
vim-commentary
vim-easy-align
vim-enter-indent
vim-fugitive
vim-github-dashboard
vim-javascript
vim-markdown
vim-move
vim-mustache-handlebars
vim-ragtag
vim-rails
vim-rake
vim-repeat
vim-rooter
vim-rspec
vim-scratch
vim-snipmate
vim-snippets
vim-surround
vim-vroom