plugins: Let calendar start at Monday
authorStefan Huber <shuber@sthu.org>
Mon, 7 Nov 2022 20:25:34 +0000 (21:25 +0100)
committerStefan Huber <shuber@sthu.org>
Mon, 7 Nov 2022 20:25:34 +0000 (21:25 +0100)
plugins-noroot.vim

index e01f7022a8827c3048275987635cb7ad585d61e0..81411f946ee38dd0e9beb7af959538cbaa4de2b6 100644 (file)
@@ -63,6 +63,8 @@ function PluginsNorootConfig()
     " Allow for reflow of bullet paragraphs
     let g:vim_markdown_auto_insert_bullets = 0
 
+    let g:calendar_monday = 1
+
     if has('nvim-0.5')
 lua <<EOF
     require('leap').set_default_keymaps()