aboutsummaryrefslogtreecommitdiffstats
path: root/ftplugin/todo.vim
blob: 8af9a353c7bfd726944a0823011ae29cd7a72d04 (plain)
1
2
3
4
5
6
7
if exists('b:did_ftplugin')
	unlet b:did_ftplugin
endif

setlocal nocursorline

highlight todoUndone ctermbg=220 ctermfg=235