From 11a243282f2430f2884057262ef6833d32a6d436 Mon Sep 17 00:00:00 2001 From: amarakon Date: Thu, 1 Sep 2022 19:41:08 -0400 Subject: [PATCH] Strip trailing whitespace --- colors/nord.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colors/nord.vim b/colors/nord.vim index d9e5fd7..9c5571c 100755 --- a/colors/nord.vim +++ b/colors/nord.vim @@ -573,7 +573,7 @@ if has('nvim') call s:hi("LspDiagnosticsUnderlineInformation" , s:nord8_gui, "", s:nord8_term, "", "undercurl", "") call s:hi("LspDiagnosticsUnderlineHint" , s:nord10_gui, "", s:nord10_term, "", "undercurl", "") endif - + " Gitsigns " > lewis6991/gitsigns.nvim hi! link GitSignsCurrentLineBlame Comment @@ -712,7 +712,7 @@ hi! link pandocSimpleTableHeader pandocAtxHeader hi! link pandocStrong markdownBold hi! link pandocTableHeaderWord pandocAtxHeader hi! link pandocUListItemBullet Operator - + if has('nvim') " tree-sitter " > nvim-treesitter/nvim-treesitter