aboutsummaryrefslogtreecommitdiffstats
path: root/ftplugin/todo.vim
diff options
context:
space:
mode:
authorTeddy Wing2020-03-25 20:13:48 +0100
committerTeddy Wing2020-03-25 21:45:16 +0100
commit607854e64e68702b55a8873825b0e902bc944e0c (patch)
treeecfb823d088c39e56ee5e3437abd6e52e2754b1f /ftplugin/todo.vim
parentb06ce66ab2f1055bf546b2c968c43f92bab298d6 (diff)
downloaddotvim-607854e64e68702b55a8873825b0e902bc944e0c.tar.bz2
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.
Diffstat (limited to 'ftplugin/todo.vim')
-rw-r--r--ftplugin/todo.vim1
1 files changed, 1 insertions, 0 deletions
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