Syntax highlighting does not apply automatically after opening a *.ott file with this plugin installed. This issue has been previously reported in a stack overflow post which also contains an acceptable work around:
This is a conflict with the zipPlugin that is distributed with vim (/usr/share/vim/current/plugin/zipPlugin.vim), and which recognizes a .ott file as a zip archive. Hacky fix to remove that extension from those recognized by zipPlugin:
" ~/.vimrc
let g:zipPlugin_ext='*.zip'
I don't think that's a good enough solution to incorporate directly into the plugin though.
Syntax highlighting does not apply automatically after opening a
*.ottfile with this plugin installed. This issue has been previously reported in a stack overflow post which also contains an acceptable work around:I don't think that's a good enough solution to incorporate directly into the plugin though.