comparison README.md @ 183:bd641fccdae4

Add GitHub link to README.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 18 Apr 2017 21:46:57 -0700
parents 02a94ff0db57
children becdd3c867c7
comparison
equal deleted inserted replaced
182:2489b4b54d5c 183:bd641fccdae4
12 Install Gutentags like any other Vim plugin. I recommend something like 12 Install Gutentags like any other Vim plugin. I recommend something like
13 [Pathogen][], so you can go: 13 [Pathogen][], so you can go:
14 14
15 cd ~/.vim/bundle 15 cd ~/.vim/bundle
16 hg clone https://bitbucket.org/ludovicchabant/vim-gutentags 16 hg clone https://bitbucket.org/ludovicchabant/vim-gutentags
17
18 If you're more into Git than Mercurial:
19
20 git clone https://github.com/ludovicchabant/vim-gutentags.git
17 21
18 Then you only need to do a `:call pathogen#helptags()` to generate the 22 Then you only need to do a `:call pathogen#helptags()` to generate the
19 documentation tags (how ironic, eh?) and you can access Gutentags' help pages 23 documentation tags (how ironic, eh?) and you can access Gutentags' help pages
20 with `help gutentags`. 24 with `help gutentags`.
21 25