petertriho / cmp-git

Git source for nvim-cmp
MIT License
396 stars 23 forks source link

fix: disable gh CLI ansi colors #70

Closed benelan closed 2 weeks ago

benelan commented 2 weeks ago

Resolve completion issues described in #53 that occur due to ansi colors in gh responses.

classabbyamp commented 2 weeks ago

wouldn't it be better to use system()'s env opt (and the equivalent in plenary's job?