obsidian extension works now

This commit is contained in:
2025-12-01 19:35:22 +01:00
parent 5454d93816
commit da2a3ccd9e

View File

@@ -17,7 +17,10 @@ return {
-- see below for full list of optional dependencies 👇
},
opts = {
config = function()
vim.opt_local.conceallevel = 2
require("obsidian").setup({
workspaces = {
{
name = "Personal",
@@ -26,5 +29,6 @@ return {
}
-- see below for full list of options 👇
},
})
end,
}