diff --git a/README.md b/README.md index acf5c78..b650a4e 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ + +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). diff --git a/lua/telekasten.lua b/lua/telekasten.lua index 08188a2..8c25fbb 100644 --- a/lua/telekasten.lua +++ b/lua/telekasten.lua @@ -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,