Which inverts the default mappings, that is c-j is used to expand or advance forward and c-k to advance backwards. That worked to expand the snippet, but once the float window was shown, the default behavior was still applied so c-j would go backwards and cancel the snippet expansion instead of advancing to second placeholder.
I'm commenting out the lines I think should be removed.
Im configuring snippets.nvim as:
Which inverts the default mappings, that is
c-j
is used to expand or advance forward andc-k
to advance backwards. That worked to expand the snippet, but once the float window was shown, the default behavior was still applied soc-j
would go backwards and cancel the snippet expansion instead of advancing to second placeholder. I'm commenting out the lines I think should be removed.Thanks!