enable obsidian + remove workspace
This commit is contained in:
parent
5ff8e1e49f
commit
49fa962b70
1 changed files with 1 additions and 5 deletions
|
|
@ -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 👇
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue