mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2025-12-31 22:04:24 -05:00
update the default home dir (only for me)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user