From f7e73a3eb339339ed7e469985c3ff6781632ad8c Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Mon, 10 Jun 2024 12:35:24 +0200 Subject: [PATCH] fix comment for whitespace highlighting --- lua/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/theme.lua b/lua/theme.lua index 575dab9..3d4fe4f 100644 --- a/lua/theme.lua +++ b/lua/theme.lua @@ -1,4 +1,4 @@ --- Highlight trailing whitespace (darker red) and remove all with Ctrl+w +-- Highlight trailing whitespace (darker red) vim.cmd 'highlight WhitespaceEOL ctermbg=red guibg=#ab0d0d' vim.cmd 'match WhitespaceEOL /\\s\\+\\%#\\@