init fork and change default for calendar integration

This commit is contained in:
2025-04-10 18:39:20 +02:00
parent 6a10a79294
commit 9c7cbac4c3
2 changed files with 6 additions and 1 deletions

View File

@@ -7,6 +7,10 @@
</div>
This is a fork for development.
A Neovim (lua) plugin for working with a text-based, markdown
[zettelkasten](https://takesmartnotes.com/) / wiki and mixing it with a journal,
based on [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim).

View File

@@ -96,7 +96,8 @@ local function defaultConfig(home)
-- instead of a [[title only]] link
subdirs_in_links = true,
-- integrate with calendar-vim
plug_into_calendar = true,
-- change default calendar integration to false
plug_into_calendar = false,
calendar_opts = {
-- calendar week display mode: 1 .. 'WK01', 2 .. 'WK 1', 3 .. 'KW01', 4 .. 'KW 1', 5 .. '1'
weeknm = 4,