Add VimtexInitPost event for custom configuration

Addresses #234
This commit is contained in:
Karl Yngve Lervåg 2015-11-06 23:43:17 +01:00
parent d25d3aa0b7
commit 7c22be8fe3

View File

@ -64,6 +64,11 @@ function! vimtex#init() " {{{1
"
call s:init_mappings()
"
" Allow custom configuration through an event hook
"
doautocmd User VimtexInitPost
let s:initialized = 1
endfunction