|
|
@ -3,6 +3,7 @@ return {
|
|
|
|
version = "*", -- recommended, use latest release instead of latest commit
|
|
|
|
version = "*", -- recommended, use latest release instead of latest commit
|
|
|
|
lazy = true,
|
|
|
|
lazy = true,
|
|
|
|
ft = "markdown",
|
|
|
|
ft = "markdown",
|
|
|
|
|
|
|
|
conceallevel = 1,
|
|
|
|
-- Replace the above line with this if you only want to load obsidian.nvim for markdown files in your vault:
|
|
|
|
-- Replace the above line with this if you only want to load obsidian.nvim for markdown files in your vault:
|
|
|
|
-- event = {
|
|
|
|
-- event = {
|
|
|
|
-- -- If you want to use the home shortcut '~' here you need to call 'vim.fn.expand'.
|
|
|
|
-- -- If you want to use the home shortcut '~' here you need to call 'vim.fn.expand'.
|
|
|
@ -21,11 +22,11 @@ return {
|
|
|
|
workspaces = {
|
|
|
|
workspaces = {
|
|
|
|
{
|
|
|
|
{
|
|
|
|
name = "personal",
|
|
|
|
name = "personal",
|
|
|
|
path = "~/vaults/personal",
|
|
|
|
path = "/Users/tawfeeq/vaults/personal",
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
name = "work",
|
|
|
|
name = "work",
|
|
|
|
path = "~/vaults/work",
|
|
|
|
path = "/Users/tawfeeq/vaults/work",
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|