Adjust Obsidian nvim plugin config.
This commit is contained in:
@@ -2,7 +2,7 @@ return {
|
|||||||
"epwalsh/obsidian.nvim",
|
"epwalsh/obsidian.nvim",
|
||||||
version = "*", -- recommended, use latest release instead of latest commit
|
version = "*", -- recommended, use latest release instead of latest commit
|
||||||
-- Disable lazy so that I can open daily notes from any directory and from outside of nvim.
|
-- Disable lazy so that I can open daily notes from any directory and from outside of nvim.
|
||||||
-- lazy = true,
|
lazy = false,
|
||||||
-- Below will load the plugin only for markdown files.
|
-- Below will load the plugin only for markdown files.
|
||||||
-- ft = "markdown",
|
-- ft = "markdown",
|
||||||
-- Replace the above line with this if you only want to load obsidian.nvim for markdown files in your vault:
|
-- Replace the above line with this if you only want to load obsidian.nvim for markdown files in your vault:
|
||||||
@@ -44,7 +44,7 @@ return {
|
|||||||
-- Optional, default tags to add to each new daily note created.
|
-- Optional, default tags to add to each new daily note created.
|
||||||
default_tags = { "daily-notes" },
|
default_tags = { "daily-notes" },
|
||||||
-- Optional, if you want to automatically insert a template from your template directory like 'daily.md'
|
-- Optional, if you want to automatically insert a template from your template directory like 'daily.md'
|
||||||
template = "98. Templates/Daily Note",
|
template = "98. Templates/Daily Note.md",
|
||||||
},
|
},
|
||||||
|
|
||||||
templates = {
|
templates = {
|
||||||
|
|||||||
Reference in New Issue
Block a user