We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce6e014 commit d1502bdCopy full SHA for d1502bd
README.md
@@ -23,6 +23,14 @@ For `pathogen.vim`, simply run the following:
23
24
Alternatively, download the plugin and unpack it in your `~/.vim/` folder.
25
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
34
vim needs to be compiled with [python
35
support](http://vimdoc.sourceforge.net/htmldoc/if_pyth.html), which should be
36
the case for most distributions e.g. `vim-gnome` or `vim-gtk` on Debian/Ubuntu.
0 commit comments