Add obsidian, remove orgmode
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user