up to date

This commit is contained in:
cavelazquez8 2025-11-07 20:12:54 -08:00
parent 7271253f23
commit 2ffc85be93
3 changed files with 23 additions and 51 deletions

View file

@ -17,7 +17,7 @@ return {
-- custom_wiki2html = "~/.vim/autoload/vimwiki/convert.py",
-- Auto update diary index
index = 'mocs/main-moc',
auto_diary_index = 1,
-- auto_diary_index = 1,
links_space_char = '-', -- Replace spaces with hyphens in links
},
{
@ -28,7 +28,7 @@ return {
-- Custom Markdown to HTML converter
-- custom_wiki2html = "~/.vim/autoload/vimwiki/convert.py",
-- Auto update diary index
auto_diary_index = 1,
-- auto_diary_index = 1,
links_space_char = '-', -- Replace spaces with hyphens in links
},
}