-- Revert to vim's default term colorscheme vim.cmd 'colorscheme vim' vim.cmd 'set notermguicolors' -- Highlight trailing whitespace (darker red) vim.cmd 'highlight WhitespaceEOL ctermbg=red guibg=#ab0d0d' vim.cmd 'match WhitespaceEOL /\\s\\+\\%#\\@