24 lines
550 B
Lua
24 lines
550 B
Lua
return {
|
|
{
|
|
"epwalsh/obsidian.nvim",
|
|
version = "*", -- recommended, use latest release instead of latest commit
|
|
lazy = true,
|
|
ft = "markdown",
|
|
dependencies = {
|
|
"nvim-lua/plenary.nvim",
|
|
},
|
|
opts = {
|
|
workspaces = {
|
|
{
|
|
name = "trinote",
|
|
path = "~/sync/obsidian/Trinote/",
|
|
},
|
|
},
|
|
disable_frontmatter = true,
|
|
},
|
|
ui = {
|
|
enable = true
|
|
}
|
|
}
|
|
}
|