The [ikiwiki-nav](http://www.vim.org/scripts/script.php?script_id=2968) plugin
for vim eases the editing of IkiWiki wikis, by letting you "follow" the
-wikilinks on your file (page), and loading the file associated with a given
+wikilinks on your file (page), by loading the file associated with a given
wikilink in vim. The plugin takes care of following the ikiwiki linking rules
to figure out which file a wikilink points to
* `:IkiNextWikiLink 0` will look forward for the wikilink
* `:IkiNextWikiLink 1` will look backwards for the wikilink
+## Installation
+
+Copy the `ikiwiki_nav.vim` file to your `.vim/ftplugin` directory.
+
## Current issues:
* The plugin only works for wikilinks contained in a single text line;