I've been testing the type on hover functionality, if you set g:intero_type_on_hover=1 in ftplugin and don't start intero at once when the function for hover info checks g:intero_started it isn't set yet due to being in an autoload file. I was thinking of doing a PR but I can see two ways of fixing it:
Make it an autoloaded variable intero#intero_started
I've been testing the type on hover functionality, if you set
g:intero_type_on_hover=1
in ftplugin and don't start intero at once when the function for hover info checksg:intero_started
it isn't set yet due to being in an autoload file. I was thinking of doing a PR but I can see two ways of fixing it:intero#intero_started
plugin/intero.vim
and set it thereThe second alternative seems better to me?