fix trailing whitespace highlight
This commit is contained in:
parent
7ca16fc0bf
commit
fa255704a1
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
-- Highlight trailing whitespace (darker red)
|
||||
vim.cmd 'highlight WhitespaceEOL ctermbg=red guibg=#ab0d0d'
|
||||
vim.cmd 'match WhitespaceEOL /\\s\\+\\%#\\@<!$/'
|
||||
|
||||
-- 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\\+\\%#\\@<!$/'
|
||||
|
||||
vim.cmd 'highlight Visual cterm=bold ctermbg=Grey ctermfg=none'
|
||||
vim.cmd 'highlight Search ctermfg=Black'
|
||||
vim.cmd 'highlight SignColumn ctermbg=none'
|
||||
|
|
Loading…
Reference in a new issue