redyf / Neve

Neve is a Neovim configuration built with Nixvim, it allows you to use Nix language to manage Neovim plugins/options.
MIT License
152 stars 61 forks source link

BUG: Luasnip tabbing through variables doesn't work. #104

Closed mcgilly17 closed 2 months ago

mcgilly17 commented 2 months ago

Yo @redyf

Screwing around with luasnip and realised there is a complication using CMP and luasnip. It wont let you through parameters of snippets (i.e ${1} and ${2})

I think i might have a fix for it. will let you know