I\'m trying to override the highlight set in a plugin. The plugin does this:
highlight! link WordUnderTheCursor Underlined
Firstly, I\'
Besides scriptnames, to see what order vim runs things in on startup, you can also use:
vim --startuptime
so it will log all the tasks it does in order, and how much time each one takes.