I installed supertab with default configuration and am using it with neovim 0.1.7.
When I press <tab> the completion is going backward in the completion list and when I press <s-tab> it's going forward. I don't know what's happening, it's very strange.
I have tried the following but it didn't change anything.
let g:SuperTabMappingForward = '<tab>'
let g:SuperTabMappingBackward = '<s-tab>'
I also tried to reverse those two settings. No luck.
I installed supertab with default configuration and am using it with neovim 0.1.7.
When I press
<tab>
the completion is going backward in the completion list and when I press<s-tab>
it's going forward. I don't know what's happening, it's very strange.I have tried the following but it didn't change anything.
I also tried to reverse those two settings. No luck.