feat: add obsidian

pull/99/head
fm39hz-laptop 2024-07-04 09:56:02 +07:00
parent e2750445c0
commit de71ec87ff
1 changed files with 15 additions and 0 deletions

View File

@ -58,5 +58,20 @@ return {
max_height_window_percentage = 30,
kitty_method = "normal",
},
{
"epwalsh/obsidian.nvim",
ft = "markdown",
dependencies = {
"nvim-lua/plenary.nvim",
},
opts = {
workspaces = {
{
name = "Project Pillar",
path = "~/Workspace/Notes/Rouge Pillar/",
},
},
},
},
},
}