From 607854e64e68702b55a8873825b0e902bc944e0c Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 25 Mar 2020 20:13:48 +0100 Subject: ftplugin/todo.vim: Highlight `todoUnimportant` as a light grey These are by default highlighted as `Ignore`, which makes them the same colour as finished and deleted to-dos. Set them to a light grey colour to make them more readable. --- ftplugin/todo.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'ftplugin') diff --git a/ftplugin/todo.vim b/ftplugin/todo.vim index 8af9a35..fa7bd49 100644 --- a/ftplugin/todo.vim +++ b/ftplugin/todo.vim @@ -5,3 +5,4 @@ endif setlocal nocursorline highlight todoUndone ctermbg=220 ctermfg=235 +highlight todoUnimportant ctermfg=7 -- cgit v1.2.3