ayamir / nvimdots

A well configured and structured Neovim.
BSD 3-Clause "New" or "Revised" License
2.82k stars 451 forks source link

fix(gitsigns): upstream breaking changes #1300

Closed Jint-lzxy closed 1 week ago

Jint-lzxy commented 1 week ago

See https://github.com/lewis6991/gitsigns.nvim/commit/3d7e49c201537ee0293a1a3abe67b67f8e7648a5


Created with gh pr create

yinghaoyu commented 5 days ago

Opening nvim show tips with 'signs.add.hl' is now deprecated, please define highlight 'GitSignsAdd',how can i fix it?

ayamir commented 5 days ago

Opening nvim show tips with 'signs.add.hl' is now deprecated, please define highlight 'GitSignsAdd',how can i fix it?

switch to 0.10 branch and git pull

yinghaoyu commented 5 days ago

https://github.com/zbirenbaum/neodim/issues/46

ayamir commented 5 days ago

zbirenbaum/neodim#46

:Lazy sync to update your neodim to latest version.