Since I use nvim for latex use, I move around text in insert mode.
However, as soon as I pass through a keyword, the pop up triggers and I run through the options instead of moving up or downwards in the text.
I could remap the tab key for moving through the choices but could not figure out how to disable the arrow keys for the completion (however I want to keep for the sequential completion of markers in neosnippet)
Here is what I have so far (key mapping was always kind of esoteric for me in vim)
Since I use nvim for latex use, I move around text in insert mode. However, as soon as I pass through a keyword, the pop up triggers and I run through the options instead of moving up or downwards in the text.
I could remap the tab key for moving through the choices but could not figure out how to disable the arrow keys for the completion (however I want to keep for the sequential completion of markers in neosnippet)
Here is what I have so far (key mapping was always kind of esoteric for me in vim)
Help would be very appreciated, since the completion works otherwise like a charm :).