mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2025-12-31 22:04:24 -05:00
init fork and change default for calendar integration
This commit is contained in:
@@ -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).
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user