Cleanup neovim match

This commit is contained in:
Daniel Siepmann 2023-07-17 07:56:11 +02:00
parent e584b454ef
commit c29a6690d9
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -44,8 +44,5 @@ set sidescrolloff=5
set scrolloff=1000
" Custom highlighting
" Highlight whitespace at end of line as error
" match Error /\s\+$/
match Todo /TODO\|NOTE\|todo\|TASK/
match ERROR /♥/
" match ERROR /!.*!/