blob: a78600c336c97b2c10a923a7742a14e040782fc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
if exists('b:did_ftplugin')
unlet b:did_ftplugin
endif
setlocal nocursorline
highlight todoUndone ctermbg=220 ctermfg=235
highlight todoUnimportant ctermfg=7
" Use <Space> as an additional Leader
nmap <buffer> <Space> <Leader>
|