update the default home dir (only for me)

This commit is contained in:
2025-04-30 22:42:26 +02:00
parent ddcf2f6ae0
commit b3ac2b07f2

View File

@@ -30,7 +30,7 @@ local vim = vim
-- ----------------------------------------------------------------------------
-- DEFAULT CONFIG
-- ----------------------------------------------------------------------------
local _home = vim.fn.expand("~/zettelkasten")
local _home = vim.fn.expand("~/sync/brainstore/zettelkasten")
local M = {}
local function defaultConfig(home)
if home == nil then