From fa255704a151f9d9a3acaeeb2a20f4148245f4ff Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Mon, 10 Jun 2024 12:39:21 +0200 Subject: [PATCH] fix trailing whitespace highlight --- lua/theme.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lua/theme.lua b/lua/theme.lua index 6e70b72..9151c72 100644 --- a/lua/theme.lua +++ b/lua/theme.lua @@ -1,11 +1,11 @@ --- Highlight trailing whitespace (darker red) -vim.cmd 'highlight WhitespaceEOL ctermbg=red guibg=#ab0d0d' -vim.cmd 'match WhitespaceEOL /\\s\\+\\%#\\@