I can navigate up and down in the list, but if I press Enter when one of them is selected, it just inserts that value, e.g. html5
and exists from the dropdown.
How can I select one and have the snippet triggered?
This is my snippet config:
Plugin 'SirVer/ultisnips'
Plugin 'honza/vim-snippets'
I'm also using Valloric/YouCompleteMe
. No special config for that plugin, though.