diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-10-15 13:40:44 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-10-15 13:40:44 +0200 |
commit | 660db1ee67b12cea55ce87168efd864cd5b41909 (patch) | |
tree | 41004376dd5e4546e32f0182ae7c30ed13d323b0 /components/config.ts | |
parent | 556a3caa4371a5cbc661b29622f0effad4f52671 (diff) | |
parent | cab6dae73e524e3917500583b169fd81bf3f9487 (diff) |
Merge pull request #116 from org-roam/feat/neighbors
feat(neighbs): add ability to show nth neighbor
Diffstat (limited to 'components/config.ts')
-rw-r--r-- | components/config.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components/config.ts b/components/config.ts index b3f5905..60e68f3 100644 --- a/components/config.ts +++ b/components/config.ts @@ -128,6 +128,10 @@ export const initialMouse = { backgroundExitsLocal: false, } +export const initialLocal = { + neighbors: 1, +} + export const colorList = [ 'red.500', 'orange.500', |