diff --git a/lua/theme.lua b/lua/theme.lua index f55229b..f3c8dd8 100644 --- a/lua/theme.lua +++ b/lua/theme.lua @@ -1,4 +1,4 @@ --- Highlight trailing whitespace (darker red) and remove all with Ctrl+k +-- Highlight trailing whitespace (darker red) and remove all with Ctrl+w vim.cmd 'highlight WhitespaceEOL ctermbg=red guibg=#ab0d0d' vim.cmd 'match WhitespaceEOL /\\s\\+\\%#\\@