Skip to content

Commit bc0f057

Browse files
authored
Add Gitsigns and Sneak support (#316)
The highlighting for the marker of the `justinmk/vim-sneak` now matches the style of the Vim search highlighting. Also the inline text of the Neovim specific `lewis6991/gitsigns.nvim` plugin now matches the the foregroun color of comments. Co-authored-by: Sven Greb <[email protected]> GH-316
1 parent d32b4dd commit bc0f057

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

colors/nord.vim

+8
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,10 @@ if has('nvim')
573573
call s:hi("LspDiagnosticsUnderlineInformation" , s:nord8_gui, "", s:nord8_term, "", "undercurl", "")
574574
call s:hi("LspDiagnosticsUnderlineHint" , s:nord10_gui, "", s:nord10_term, "", "undercurl", "")
575575
endif
576+
577+
" Gitsigns
578+
" > lewis6991/gitsigns.nvim
579+
hi! link GitSignsCurrentLineBlame Comment
576580
endif
577581

578582
" GitGutter
@@ -589,6 +593,10 @@ call s:hi("SignifySignChange", s:nord13_gui, "", s:nord13_term, "", "", "")
589593
call s:hi("SignifySignChangeDelete", s:nord11_gui, "", s:nord11_term, "", "", "")
590594
call s:hi("SignifySignDelete", s:nord11_gui, "", s:nord11_term, "", "", "")
591595

596+
" Sneak
597+
" > justinmk/vim-sneak
598+
hi! link Sneak Search
599+
592600
" fugitive.vim
593601
" > tpope/vim-fugitive
594602
call s:hi("gitcommitDiscardedFile", s:nord11_gui, "", s:nord11_term, "", "", "")

0 commit comments

Comments
 (0)