obsidian extension works now
This commit is contained in:
@@ -17,7 +17,10 @@ return {
|
|||||||
|
|
||||||
-- see below for full list of optional dependencies 👇
|
-- see below for full list of optional dependencies 👇
|
||||||
},
|
},
|
||||||
opts = {
|
config = function()
|
||||||
|
vim.opt_local.conceallevel = 2
|
||||||
|
require("obsidian").setup({
|
||||||
|
|
||||||
workspaces = {
|
workspaces = {
|
||||||
{
|
{
|
||||||
name = "Personal",
|
name = "Personal",
|
||||||
@@ -26,5 +29,6 @@ return {
|
|||||||
}
|
}
|
||||||
|
|
||||||
-- see below for full list of options 👇
|
-- see below for full list of options 👇
|
||||||
},
|
})
|
||||||
|
end,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user