petertriho / cmp-git

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

issue with colon #44

Closed AbhinavAchha closed 2 years ago

AbhinavAchha commented 2 years ago

after updating to latest commit I am facing this issue whenever i type or delete the colon (:)

Error executing vim.schedule lua callback: ...im/site/pack/packer/start/cmp-git/lua/cmp_git/format.lua:141: attempt to index field 'format' (a nil value) stack traceback: ...im/site/pack/packer/start/cmp-git/lua/cmp_git/format.lua:141: in function 'item' ...te/pack/packer/start/cmp-git/lua/cmp_git/sources/git.lua:126: in function 'cb' vim/_editor.lua:256: in function <vim/_editor.lua:256>

petertriho commented 2 years ago

Can you share your config? I don't have the issue on my machine

AbhinavAchha commented 2 years ago

Its Fixed after updating my config according to latest version

petertriho commented 2 years ago

Awesome