# HG changeset patch # User Ludovic Chabant # Date 1323378192 28800 # Node ID c9eb66aff5cb1fca094e3e051767e74df4f7c1a5 # Parent 9241ae881b9f374d9c2fd27c1af844370ae319ad Added a README file. diff -r 9241ae881b9f -r c9eb66aff5cb README.markdown --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.markdown Thu Dec 08 13:03:12 2011 -0800 @@ -0,0 +1,29 @@ + +Lawrencium +========== + +Lawrencium is a [Mercurial] wrapper for [Vim], inspired by Tim Pope's [Fugitive]. + + +Disclaimer +---------- + +This plugin is still very young, and it's also the very first one I've ever written -- I'm basically learning Vim as I go along, so bear with me. Comments and help are all welcome. + + +Installation +------------ + +The recommended method to install Lawrencium is to use [Pathogen], also from Tim Pope: + + cd ~/.vim/bundle + hg clone https://bitbucket.org/ludovicchabant/lawrencium + +You can then update the help tags with `:call pathogen#helptags()` and browse Lawrencium's help pages with `:help lawrencium`. + + + [mercurial]: http://hg-scm.com + [vim]: http://www.vim.org + [fugitive]: https://github.com/tpope/vim-fugitive + [pathogen]: https://github.com/tpope/vim-pathogen +