Mercurial > public > dotfiles
comparison vim/vimfiles/README-bundle.txt @ 25:732ed3539b7a
Workiva Vim updates.
Local settings for Dart and Groovy.
.vimrc tweaks for recent work and plugins.
Moved readme for bundle up a level so we can .hgignore the entire directory.
Update readme for bundle directory for plugins I started using.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 31 Jul 2015 15:39:23 -0500 |
parents | vim/vimfiles/bundle/README.txt@4408beef769d |
children | d17e9bd25f68 |
comparison
equal
deleted
inserted
replaced
24:f5af5e32dcdc | 25:732ed3539b7a |
---|---|
1 Prerequisites | |
2 ------------- | |
3 | |
4 $ cd ~/.vim/bundle | |
5 | |
6 ctrlp | |
7 ----- | |
8 | |
9 $ hg clone https://bitbucket.org/kien/ctrlp.vim ctrlp.vim | |
10 :helptags ~/.vim/bundle/ctrlp.vim/doc | |
11 | |
12 dart-vim-plugin | |
13 --------------- | |
14 | |
15 $ git clone https://github.com/dart-lang/dart-vim-plugin | |
16 | |
17 vim-actionscript | |
18 ---------------- | |
19 | |
20 $ git clone git@github.com:jeroenbourgois/vim-actionscript.git | |
21 | |
22 vim-javascript | |
23 -------------- | |
24 | |
25 $ git clone https://github.com/pangloss/vim-javascript.git | |
26 | |
27 vim-jsx | |
28 ------- | |
29 | |
30 $ git clone https://github.com/mxw/vim-jsx.git |