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