I have just installed vimtex with pathogen and it won't load. I have appended let g:vimtex_enable = 1 to my vimrc but the problem persists. However, when I manually execute :call vimtex#init() the plugin runs normally. Am I missing some extra configuration?
I have just installed vimtex with pathogen and it won't load. I have appended
let g:vimtex_enable = 1to myvimrcbut the problem persists. However, when I manually execute:call vimtex#init()the plugin runs normally. Am I missing some extra configuration?