neovim: update git blame highlight

This commit is contained in:
2024-03-26 19:37:41 +03:00
parent ed97b1ff74
commit 2982ac6209

View File

@@ -40,3 +40,5 @@ vim.opt.listchars = { multispace = "·", tab = ">~", leadmultispace = "┊ " }
vim.opt.spelllang = "en_us,ru" vim.opt.spelllang = "en_us,ru"
vim.cmd.colorscheme("retrobox") vim.cmd.colorscheme("retrobox")
vim.api.nvim_set_hl(0, "GitSignsCurrentLineBlame", { fg = "#888888" })