nvim: Display gitsigns as highlights on linenums
This commit is contained in:
parent
693f8ba3f4
commit
70ccf5fa55
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@ return {
|
||||||
{ 'vifm/vifm.vim' }, -- integrate file manager
|
{ 'vifm/vifm.vim' }, -- integrate file manager
|
||||||
{
|
{
|
||||||
'lewis6991/gitsigns.nvim', -- show vcs changes on left-hand gutter
|
'lewis6991/gitsigns.nvim', -- show vcs changes on left-hand gutter
|
||||||
config = true,
|
opts = {
|
||||||
|
numhl = true, signcolumn = false
|
||||||
|
},
|
||||||
event = "BufRead"
|
event = "BufRead"
|
||||||
}, {
|
}, {
|
||||||
'norcalli/nvim-colorizer.lua', -- color hex, named colors in the correct preview scheme
|
'norcalli/nvim-colorizer.lua', -- color hex, named colors in the correct preview scheme
|
||||||
|
|
Loading…
Reference in a new issue