mirror of https://github.com/LazyVim/starter
feat: add obsidian
parent
e2750445c0
commit
de71ec87ff
|
@ -58,5 +58,20 @@ return {
|
||||||
max_height_window_percentage = 30,
|
max_height_window_percentage = 30,
|
||||||
kitty_method = "normal",
|
kitty_method = "normal",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"epwalsh/obsidian.nvim",
|
||||||
|
ft = "markdown",
|
||||||
|
dependencies = {
|
||||||
|
"nvim-lua/plenary.nvim",
|
||||||
|
},
|
||||||
|
opts = {
|
||||||
|
workspaces = {
|
||||||
|
{
|
||||||
|
name = "Project Pillar",
|
||||||
|
path = "~/Workspace/Notes/Rouge Pillar/",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue