wiki.vim overwrites omnifunc for any buffer it sees as its own. Pandoc uses g:pandoc#competion#Complete as its omnifunc to generate citations. So we use deoplete to collect the citations and display them on being invoked by `@`. When typing more, it filters the list accordingly. Have not gotten preview window working again, nor searching of fields other than bibkey.
3 lines
101 B
VimL
3 lines
101 B
VimL
" PLUGIN: vim-pandoc-syntax
|
|
let g:pandoc#syntax#conceal#use = 1
|
|
let g:pandoc#syntax#conceal#urls = 1
|