Add obsidian, remove orgmode

This commit is contained in:
Christopher Williams
2026-06-29 13:29:04 -04:00
parent 977864875c
commit e72a1db3ed
4 changed files with 29 additions and 43 deletions
+17
View File
@@ -0,0 +1,17 @@
local M = {
"obsidian-nvim/obsidian.nvim",
version = "*", -- use latest release, remove to use latest commit
---@module 'obsidian'
---@type obsidian.config
opts = {
legacy_commands = false, -- this will be removed in 4.0.0
workspaces = {
{
name = "personal",
path = "~/Notes/",
}
},
},
}
return M