🎨 start calendar.vim on mondays and add w.no.s
This commit is contained in:
parent
d8ffae3881
commit
cd35df5b28
1 changed files with 13 additions and 9 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue