From 7841bf9006f2a6daa4694cbed691646f4f3f1a3c Mon Sep 17 00:00:00 2001
From: Stefan Huber <shuber@sthu.org>
Date: Mon, 7 Nov 2022 21:25:34 +0100
Subject: [PATCH] plugins: Let calendar start at Monday

---
 plugins-noroot.vim | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/plugins-noroot.vim b/plugins-noroot.vim
index e01f702..81411f9 100644
--- a/plugins-noroot.vim
+++ b/plugins-noroot.vim
@@ -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()
-- 
2.39.5