aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/link_autocompletion_in_vim.mdwn
blob: a46c7e4c1d7249e871f9788c9b5a752b2c0553fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
This page is deprecated. See [[tips/vim_and_ikiwiki]] for the most up to date
content.

------

I extended the functionality of the [ikiwiki-nav plugin](http://www.vim.org/scripts/script.php?script_id=2968)
(see [[here|tips/vim_ikiwiki_ftplugin]]) to allow completion of
wikilinks from inside vim, through the omnicompletion mechanism.

It still has some bugs, but is usable, and will not destroy your data. It can
only complete links whose definition (text) is on a single line, and still can't
handle "named links" (`\[\[text|link\]\]`).

I'd love to hear suggestions for improvement for it, and bug reports ;) For
example, regarding how are sorted and presented the available completions
(dates, alphabetically, etc).

You can find a tarball for it
[here](http://devnull.li/~jerojasro/ikiwiki-nav-dev.tar.gz). To install it,
extract the tarball contents in your `.vim` directory.

--[[jerojasro]]