NTBBloodbath / doom-one.nvim

doom-emacs' doom-one Lua port for Neovim
MIT License
211 stars 32 forks source link

fix gitsigns integration #24

Closed emmanueltouzery closed 2 years ago

emmanueltouzery commented 2 years ago

the gitsigns repo changed the names of their highlight groups, breaking doom-one integration. For instance if you look at a git hunk :lua require'gitsigns'.preview_hunk(), there is no more coloring. This patch fixes it.

NTBBloodbath commented 2 years ago

Thank you!