neovim: update git blame highlight
This commit is contained in:
@@ -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" })
|
||||||
|
|||||||
Reference in New Issue
Block a user