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