enable obsidian + remove workspace

This commit is contained in:
jc 2024-05-30 20:20:42 -04:00
commit 49fa962b70
No known key found for this signature in database

View file

@ -3,7 +3,7 @@ return {
version = "*", -- recommended, use latest release instead of latest commit
lazy = true,
ft = "markdown",
enabled = false,
enabled = true,
-- Replace the above line with this if you only want to load obsidian.nvim for markdown files in your vault:
-- event = {
-- -- If you want to use the home shortcut '~' here you need to call 'vim.fn.expand'.
@ -23,10 +23,6 @@ return {
name = "personal",
path = "~/Documents/Obsidian Vault",
},
{
name = "work",
path = "~/vaults/work",
},
},
-- see below for full list of options 👇