Reapply "Add obsidian.nvim and marksman"

This reverts commit e82db1df25.
This commit is contained in:
Oliver Davies 2024-04-19 22:12:48 +01:00
parent 942e334cb5
commit fded826b0a
3 changed files with 23 additions and 0 deletions

10
after/plugin/obsidian.lua Normal file
View file

@ -0,0 +1,10 @@
require("obsidian").setup {
workspaces = {
{
name = "wiki",
path = "~/Code/gitlab.com/opdavies/wiki",
},
},
new_notes_location = "0 - Inbox",
}