Mercurial > public > dotfiles
annotate 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 |
rev | line source |
---|---|
bgneal@25 | 1 Prerequisites |
bgneal@25 | 2 ------------- |
bgneal@25 | 3 |
bgneal@25 | 4 $ cd ~/.vim/bundle |
bgneal@25 | 5 |
bgneal@25 | 6 ctrlp |
bgneal@25 | 7 ----- |
bgneal@25 | 8 |
bgneal@19 | 9 $ hg clone https://bitbucket.org/kien/ctrlp.vim ctrlp.vim |
bgneal@19 | 10 :helptags ~/.vim/bundle/ctrlp.vim/doc |
bgneal@22 | 11 |
bgneal@25 | 12 dart-vim-plugin |
bgneal@25 | 13 --------------- |
bgneal@25 | 14 |
bgneal@25 | 15 $ git clone https://github.com/dart-lang/dart-vim-plugin |
bgneal@25 | 16 |
bgneal@25 | 17 vim-actionscript |
bgneal@25 | 18 ---------------- |
bgneal@25 | 19 |
bgneal@22 | 20 $ git clone git@github.com:jeroenbourgois/vim-actionscript.git |
bgneal@25 | 21 |
bgneal@25 | 22 vim-javascript |
bgneal@25 | 23 -------------- |
bgneal@25 | 24 |
bgneal@25 | 25 $ git clone https://github.com/pangloss/vim-javascript.git |
bgneal@25 | 26 |
bgneal@25 | 27 vim-jsx |
bgneal@25 | 28 ------- |
bgneal@25 | 29 |
bgneal@25 | 30 $ git clone https://github.com/mxw/vim-jsx.git |