mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(nvim): update vault paths
This commit is contained in:
@@ -21,14 +21,14 @@ return {
|
|||||||
workspaces = {
|
workspaces = {
|
||||||
{
|
{
|
||||||
name = "zettelkasten",
|
name = "zettelkasten",
|
||||||
path = "~/Library/Mobile Documents/iCloud~md~obsidian/Documents/Zettelkasten",
|
path = "~/Code/GitHub/obsidian/zettelkasten",
|
||||||
overrides = {
|
overrides = {
|
||||||
notes_subdir = "pages",
|
notes_subdir = "pages",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name = "highlights",
|
name = "highlights",
|
||||||
path = "~/Library/Mobile Documents/iCloud~md~obsidian/Documents/Highlights",
|
path = "~/Code/GitHub/obsidian/highlights",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
completion = {
|
completion = {
|
||||||
|
|||||||
Reference in New Issue
Block a user