Closed rafisics closed 5 months ago
Looks like there is an issue open on GitSigns. I'm still using v0.9.5 since I'm on NixOS stable.
You could also try adding or changing highlight groups in gitsigns.lua
in the config to look more like the config here. To find highlight groups that are already defined, you can type the command highlight
followed by nothing or the highlight group you are looking for. It should autocomplete to make searching easy.
Hope that helps! If you figure it out or run into further problems, it would be great to document here for others.
I believe I fixed the problem with the most recent commit. Or you can cut and paste the following into gitsigns.lua
:
signs = {
add = { text = "▎" },
change = { text = "▎" },
delete = { text = "▎" },
topdelete = { text = "▎" },
changedelete = { text = "▎" },
},
I also commented out the following:
-- current_line_blame_formatter_opts = {
-- relative_time = false,
-- },
...
-- yadm = {
-- enable = false,
-- },
Let me know if that does the trick.
Yes, it solves the issue. Thank you.
I am getting the following issue with GitSigns:
my nvim version