TODO due date rendering

This commit is contained in:
spinach 2023-03-20 18:47:24 -04:00
parent 6bd843a808
commit 04a0d46d7b

View File

@ -4,7 +4,6 @@ vim.cmd('packadd vimwiki')
-- due date highlighting
require('due_nvim').setup {
ft = '*.md',
today_hi = 'Character',
date_hi = 'Comment',
pattern_start = '<',