Skip to content

Commit

Permalink
chore(obsidian.nvim): change event and refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
rizkyilhampra committed Feb 18, 2024
1 parent ee683dc commit be26ad6
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions lua/aquila/plugins/obsidian.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,17 @@ return {
dependencies = {
"nvim-lua/plenary.nvim",
},
lazy = true,
ft = "markdown",
event = "VeryLazy",
opts = {
workspaces = {
{
name = "aquila",
path = "~/Notes/aquila-notes/personal",
path = "~/Notes/aquila-notes/",
},
{
name = "personal-blog",
path = "~/Projects/obsidian-blog/resources/markdown/articles"
}
},
},

config = function(_, opts)
require('obsidian').setup(opts)
end
}
}

0 comments on commit be26ad6

Please sign in to comment.