Skip to content

Commit d1502bd

Browse files
committed
Add a note to manual installation instructions #25
1 parent ce6e014 commit d1502bd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ For `pathogen.vim`, simply run the following:
2323

2424
Alternatively, download the plugin and unpack it in your `~/.vim/` folder.
2525

26+
Note that if you have any other manually installed plugins, you need to merge
27+
the DokuVimKi documentation tags into your existing `doc/tags` file in your
28+
`~/.vim` directory, e.g. by running
29+
30+
cat dokuvimki/doc/tags >> .vim/doc/tags
31+
32+
# Prerequisites
33+
2634
vim needs to be compiled with [python
2735
support](http://vimdoc.sourceforge.net/htmldoc/if_pyth.html), which should be
2836
the case for most distributions e.g. `vim-gnome` or `vim-gtk` on Debian/Ubuntu.

0 commit comments

Comments
 (0)