flexoki-neovim icon indicating copy to clipboard operation
flexoki-neovim copied to clipboard

[Feature Request] Add support for Neogit

Open rami3l opened this issue 1 year ago • 2 comments
trafficstars

Thanks a lot for making this wonderful port! I've been using flexoki-light and loving it so far :)

I'd like to see support for https://github.com/NeogitOrg/neogit, as the current diffview colors are a bit too hard to read:

image

Thanks again in advance 🙇

rami3l avatar Jan 25 '24 03:01 rami3l

@rami3l Here's a quick fix that I did for now.

  -- Git (Neogit with diff)
  -- - sindrets/diffview.nvim
  vim.api.nvim_set_hl(0, 'DiffAdd', { bg = '#dfeed0' })
  vim.api.nvim_set_hl(0, 'DiffDelete', { bg = '#eedfd0' })
  vim.api.nvim_set_hl(0, 'DiffChange', { bg = '#eeeed0' })

danlkv avatar Jan 28 '24 21:01 danlkv

Sorry for being late to this. I will finally have more time to work on this later this week and will add Neogit support as a priority.

katepolak avatar Jan 30 '24 22:01 katepolak