aboutsummaryrefslogtreecommitdiff
path: root/Common/nvim/lua
diff options
context:
space:
mode:
authorjakob.stendahl <jakob.stendahl@infomedia.dk>2024-05-27 23:41:37 +0200
committerjakob.stendahl <jakob.stendahl@infomedia.dk>2024-05-27 23:41:37 +0200
commit0d41b6ec30351451452aec6ced80734bfb435845 (patch)
tree8e18675bdefae7be67a1c0abfc7d097b375f1cd4 /Common/nvim/lua
parentf5e8a5c13c10dd93d614dea2530877ef48071a22 (diff)
downloaddotfiles-0d41b6ec30351451452aec6ced80734bfb435845.tar.gz
dotfiles-0d41b6ec30351451452aec6ced80734bfb435845.zip
monthly diary
Diffstat (limited to 'Common/nvim/lua')
-rwxr-xr-xCommon/nvim/lua/helper_functions.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Common/nvim/lua/helper_functions.lua b/Common/nvim/lua/helper_functions.lua
index 88eeb68..a7d18aa 100755
--- a/Common/nvim/lua/helper_functions.lua
+++ b/Common/nvim/lua/helper_functions.lua
@@ -1,7 +1,7 @@
-- Load local configuration
-- For me this is usually something like
-- let g:vimwiki_list = [
--- \ {'name': 'I45', 'syntax': 'markdown', 'ext': 'md', 'auto_toc': 1,
+-- \ {'name': 'I45', 'syntax': 'markdown', 'ext': 'md', 'auto_toc': 1, 'diary_frequency': 'monthly',
-- \ 'path': '~/_library/I45/',
-- \ 'nested_syntaxes': {'python': 'python', 'sql': 'sql', 'ioql': 'ioql'}},
-- \ {'name': 'P01', 'syntax': 'markdown', 'ext': 'md', 'auto_toc': 1,