X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=blobdiff_plain;f=init-plugins-noroot-nolowendbox.vim;h=227da01d516f10d6b10b0e7f5e1682cb64528eed;hp=eb48f8a5af6cb663477b03cd345652d3ddb38211;hb=ae85bd6a49535c163d75f5f3947bd1f7af4cd409;hpb=4b43577ea69c796594405180573fa4efc0778677 diff --git a/init-plugins-noroot-nolowendbox.vim b/init-plugins-noroot-nolowendbox.vim index eb48f8a..227da01 100644 --- a/init-plugins-noroot-nolowendbox.vim +++ b/init-plugins-noroot-nolowendbox.vim @@ -81,6 +81,10 @@ let s:normal_mode_mappings = [ \ ['r', '', 'noremap'], \ ] +" Have deoplete completion for vimtex (e.g., bibtex entries) +call deoplete#custom#var('omni', 'input_patterns', { + \ 'tex': g:vimtex#re#deoplete + \}) if has('nvim-0.5') set foldexpr=nvim_treesitter#foldexpr()