mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
feat: add obsidian
This commit is contained in:
parent
e2750445c0
commit
de71ec87ff
1 changed files with 15 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue