mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
update the default home dir (only for me)
This commit is contained in:
@@ -30,7 +30,7 @@ local vim = vim
|
|||||||
-- ----------------------------------------------------------------------------
|
-- ----------------------------------------------------------------------------
|
||||||
-- DEFAULT CONFIG
|
-- DEFAULT CONFIG
|
||||||
-- ----------------------------------------------------------------------------
|
-- ----------------------------------------------------------------------------
|
||||||
local _home = vim.fn.expand("~/zettelkasten")
|
local _home = vim.fn.expand("~/sync/brainstore/zettelkasten")
|
||||||
local M = {}
|
local M = {}
|
||||||
local function defaultConfig(home)
|
local function defaultConfig(home)
|
||||||
if home == nil then
|
if home == nil then
|
||||||
|
|||||||
Reference in New Issue
Block a user