saadparwaiz1 / cmp_luasnip

luasnip completion source for nvim-cmp
Apache License 2.0
712 stars 32 forks source link

how to overwrite c/c++ snip #62

Closed longway1024 closed 4 months ago

longway1024 commented 4 months ago

for example: if snap as fellows, if (condition){ //buffer } I want to fix snap as fellows, if (condition) { //buffer } how to overwitre snap?

saadparwaiz1 commented 4 months ago

Sadly there is no way to do this within cmp. Your best would be to ask either LuaSnip or the LSP server for help