nvim: Display gitsigns as highlights on linenums

This commit is contained in:
Marty Oehme 2023-02-27 09:22:33 +01:00
parent 693f8ba3f4
commit 70ccf5fa55
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -11,7 +11,9 @@ return {
{ 'vifm/vifm.vim' }, -- integrate file manager
{
'lewis6991/gitsigns.nvim', -- show vcs changes on left-hand gutter
config = true,
opts = {
numhl = true, signcolumn = false
},
event = "BufRead"
}, {
'norcalli/nvim-colorizer.lua', -- color hex, named colors in the correct preview scheme