From 49fa962b70097225b80e49ee5658447af6b1c368 Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Thu, 30 May 2024 20:20:42 -0400 Subject: [PATCH] enable obsidian + remove workspace --- nvim/lua/juancwu/plugins/obsidian.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/nvim/lua/juancwu/plugins/obsidian.lua b/nvim/lua/juancwu/plugins/obsidian.lua index 16af114..cf2ca80 100644 --- a/nvim/lua/juancwu/plugins/obsidian.lua +++ b/nvim/lua/juancwu/plugins/obsidian.lua @@ -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 👇