quangnguyen30192 / cmp-nvim-ultisnips

nvim-cmp source for ultisnips
Apache License 2.0
144 stars 19 forks source link

Having issues with nested tabstop #56

Closed PetitBandit closed 2 years ago

PetitBandit commented 2 years ago
snippet pT "Description" b
paddingTop: ${1:theme.spacing($2)},
endsnippet

Previously to the switch to cmp, i had this mapping that allowed to either replace completely $1 by typing or filling $2 by tabbing when on $1, this doesnt work anymore as I can t seem to tab to the next. Can someone helps please as this was very useful for me. Thanks !

smjonas commented 2 years ago

Thanks for reporting, this issue with select-mode mappings was bugging me for a while and I am glad you brought it up again!

Please update to the latest version available (you don't need to set UltiSnipsRemoveSelectModeMappings = 0 by yourself anymore for this to work, this is now done by the plugin).

Related: #5.