diff options
author | Tim Segers <tsegers@pm.me> | 2022-02-14 20:13:25 +0100 |
---|---|---|
committer | Tim Segers <tsegers@pm.me> | 2022-02-14 20:13:25 +0100 |
commit | bcc46d3866fdd36c509d80112375e7cbf785e372 (patch) | |
tree | c0512d88dbc070d6a580d5acfd3ca220641cb8a6 | |
parent | b32592eb0842005d1d25de96e3964ccacd537039 (diff) | |
download | nord-vim-bcc46d3866fdd36c509d80112375e7cbf785e372.tar.gz |
-rwxr-xr-x | colors/nord.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/colors/nord.vim b/colors/nord.vim index c28c432..76b6664 100755 --- a/colors/nord.vim +++ b/colors/nord.vim @@ -672,6 +672,10 @@ hi! link ClapProviderId Type call s:hi("IndentGuidesEven", "", s:nord1_gui, "", s:nord1_term, "", "") call s:hi("IndentGuidesOdd", "", s:nord2_gui, "", s:nord3_term, "", "") +" indent-blankline.nvim +" > lukas-reineke/indent-blankline.nvim +call s:hi("IndentBlanklineChar", s:nord1_gui, "", s:nord1_term, "", "", "") + " vim-plug " > junegunn/vim-plug call s:hi("plugDeleted", s:nord11_gui, "", "", s:nord11_term, "", "") |