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\\+\\%#\\@