added obsidian

This commit is contained in:
Ralph 2024-04-09 23:37:42 -07:00
parent 4f35a05389
commit 7280c0cef9
2 changed files with 19 additions and 1 deletions

View file

@ -4,6 +4,5 @@ return {
"numToStr/Comment.nvim",
event = "VeryLazy",
opts = {},
lazy = true,
},
}

19
lua/plugins/obsidian.lua Normal file
View file

@ -0,0 +1,19 @@
return {
{
"epwalsh/obsidian.nvim",
version = "*",
event = "VeryLazy",
ft = "markdown",
dependencies = {
"nvim-lua/plenary.nvim",
},
opts = {
workspaces = {
{
name = "personal",
path = "~/obsidian",
},
},
},
},
}