Skip to content

Commit

Permalink
chore: auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh authored and github-actions[bot] committed Sep 4, 2023
1 parent 60f8da4 commit e33f077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/obsidian.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ USING LAZY.NVIM ~
return {
"epwalsh/obsidian.nvim",
lazy = true,
event = { "BufReadPre path/to/my-vault/**.md" },
event = { "BufEnter path/to/my-vault/**.md" },
-- If you want to use the home shortcut '~' here you need to call 'vim.fn.expand':
-- event = { "BufReadPre " .. vim.fn.expand "~" .. "/my-vault/**.md" },
-- event = { "BufEnter " .. vim.fn.expand "~" .. "/my-vault/**.md" },
dependencies = {
-- Required.
"nvim-lua/plenary.nvim",
Expand Down

0 comments on commit e33f077

Please sign in to comment.