-
Notifications
You must be signed in to change notification settings - Fork 66
Cannot get completion to work #307
Copy link
Copy link
Closed
Description
Description
I want to use the completion to find pages and cannot get it to work. I boiled it down to the absolut minimum, what am I missing?
vim -u ~/junkyard/init.vim ~/junkyard/index.md- start typing
tes(or[tesor[x](tes,...) and pressC-X C-O - expecting completion for
test.mdbut nothing happens
Notes
:WikiPages,<cr>and other functionality works as expectedC-X C-Oworks for e.g. python with thisinit.vim:verbose set omnifunc?:omnifunc=wiki#complete#omnicomplete Last set from ~/.local/share/nvim/plugged/wiki.vim/autoload/wiki/buffer.vim line 11
Minimal working example
Files:
$ ls ~/junkyard/wiki
index.md test.md
neovim: NVIM v0.9.0
minimal init.vim:
let &rtp = '~/.local/share/nvim/plugged/wiki.vim,' . &rtp
let g:wiki_root = '~/junkyard/wiki'Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels