feat: add obsidian

pull/98/head
fm39hz-laptop 2024-07-04 09:56:02 +07:00
parent 65a02aed41
commit 8f66d3bac3
1 changed files with 15 additions and 0 deletions

View File

@ -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/",
},
},
},
},
}, },
} }