From 66755993672a301a21ac9499d6f45a5cc877d259 Mon Sep 17 00:00:00 2001 From: cavelazquez8 Date: Tue, 28 Oct 2025 22:57:08 -0700 Subject: [PATCH] rename index --- lua/custom/plugins/wiki.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/wiki.lua b/lua/custom/plugins/wiki.lua index cba44fa4..5d4791fc 100644 --- a/lua/custom/plugins/wiki.lua +++ b/lua/custom/plugins/wiki.lua @@ -16,7 +16,7 @@ return { -- Custom Markdown to HTML converter -- custom_wiki2html = "~/.vim/autoload/vimwiki/convert.py", -- Auto update diary index - index = 'MOCs/Main MOC', + index = 'MOCs/main-moc', auto_diary_index = 1, links_space_char = '-', -- Replace spaces with hyphens in links },