🎨 start calendar.vim on mondays and add w.no.s

This commit is contained in:
dth@taiga.ai 2022-05-18 14:01:52 +02:00
parent d8ffae3881
commit cd35df5b28

View file

@ -50,6 +50,10 @@ let g:vimwiki_sync_branch = "main"
let g:vimwiki_sync_commit_message = '$USER @ $HOST' let g:vimwiki_sync_commit_message = '$USER @ $HOST'
let g:sync_taskwarrior = 0 let g:sync_taskwarrior = 0
" Calendar setup
let g:calendar_first_day = 'monday' " set monday as first day of week
let g:calendar_week_number = 1 " add weeknumber
" LARBS inspired below " LARBS inspired below
set title set title
set bg=light set bg=light