quangnguyen30192 / cmp-nvim-ultisnips

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

Fix #23 #24

Closed smjonas closed 2 years ago

smjonas commented 2 years ago

Don't capture trailing spaces in the snippet header - this caused the parser to fail.

Additionally, use table.insert instead of inserting by position in the parser.

quangnguyen30192 commented 2 years ago

Merged, could we try to test thoroughly for the other languages: rust, ruby, java, php, etc