mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
fix: fix obsidian index
This commit is contained in:
parent
cfb4070b69
commit
857443d8f1
1 changed files with 12 additions and 10 deletions
|
|
@ -1,14 +1,16 @@
|
|||
return {
|
||||
"epwalsh/obsidian.nvim",
|
||||
ft = "markdown",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
},
|
||||
opts = {
|
||||
workspaces = {
|
||||
{
|
||||
name = "Project Pillar",
|
||||
path = "~/.vault/Rouge Pillar/",
|
||||
{
|
||||
"epwalsh/obsidian.nvim",
|
||||
ft = "markdown",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
},
|
||||
opts = {
|
||||
workspaces = {
|
||||
{
|
||||
name = "Project Pillar",
|
||||
path = "~/.vault/Rouge Pillar/",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue