From 29a7e29edba370246c45a1d36b2a393ba674f11d Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 16 Mar 2026 12:34:20 +0900 Subject: modified plugins/obsidian.lua --- ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/obsidian.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/obsidian.lua b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/obsidian.lua index c5f3a59..74a3dc8 100644 --- a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/obsidian.lua +++ b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/obsidian.lua @@ -88,6 +88,10 @@ return { }) end, config = function() + local vault_path = vim.fn.expand("~/Private/repos/Obsidian/SI") + if vim.fn.isdirectory(vault_path) == 0 then + return + end require("obsidian").setup({ -- A list of workspace names, paths, and configuration overrides. -- If you use the Obsidian app, the 'path' of a workspace should generally be -- cgit v1.2.3