Mercurial > public > dotfiles
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vim/vimfiles/README-bundle.txt Fri Jul 31 15:39:23 2015 -0500 @@ -0,0 +1,30 @@ +Prerequisites +------------- + + $ cd ~/.vim/bundle + +ctrlp +----- + + $ hg clone https://bitbucket.org/kien/ctrlp.vim ctrlp.vim + :helptags ~/.vim/bundle/ctrlp.vim/doc + +dart-vim-plugin +--------------- + + $ git clone https://github.com/dart-lang/dart-vim-plugin + +vim-actionscript +---------------- + + $ git clone git@github.com:jeroenbourgois/vim-actionscript.git + +vim-javascript +-------------- + + $ git clone https://github.com/pangloss/vim-javascript.git + +vim-jsx +------- + + $ git clone https://github.com/mxw/vim-jsx.git