mirror of https://github.com/LazyVim/starter
fix: fix obsidian index
parent
d830f96718
commit
d975853bee
|
@ -1,14 +1,16 @@
|
||||||
return {
|
return {
|
||||||
"epwalsh/obsidian.nvim",
|
{
|
||||||
ft = "markdown",
|
"epwalsh/obsidian.nvim",
|
||||||
dependencies = {
|
ft = "markdown",
|
||||||
"nvim-lua/plenary.nvim",
|
dependencies = {
|
||||||
},
|
"nvim-lua/plenary.nvim",
|
||||||
opts = {
|
},
|
||||||
workspaces = {
|
opts = {
|
||||||
{
|
workspaces = {
|
||||||
name = "Project Pillar",
|
{
|
||||||
path = "~/.vault/Rouge Pillar/",
|
name = "Project Pillar",
|
||||||
|
path = "~/.vault/Rouge Pillar/",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue