2
|
1
|
|
2 Lawrencium
|
|
3 ==========
|
|
4
|
3
|
5 Lawrencium is a [Mercurial][] wrapper for [Vim][], inspired by Tim Pope's [Fugitive][].
|
2
|
6
|
|
7
|
|
8 Disclaimer
|
|
9 ----------
|
|
10
|
|
11 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.
|
|
12
|
|
13
|
|
14 Installation
|
|
15 ------------
|
|
16
|
3
|
17 The recommended method to install Lawrencium is to use [Pathogen][], also from Tim Pope:
|
2
|
18
|
|
19 cd ~/.vim/bundle
|
|
20 hg clone https://bitbucket.org/ludovicchabant/lawrencium
|
|
21
|
|
22 You can then update the help tags with `:call pathogen#helptags()` and browse Lawrencium's help pages with `:help lawrencium`.
|
|
23
|
|
24
|
|
25 [mercurial]: http://hg-scm.com
|
|
26 [vim]: http://www.vim.org
|
|
27 [fugitive]: https://github.com/tpope/vim-fugitive
|
|
28 [pathogen]: https://github.com/tpope/vim-pathogen
|
|
29
|