refactor(obsidian): change vault directory

This commit is contained in:
TLCooper4031 2025-04-30 08:36:58 -04:00
parent 5e3619c83f
commit e22fb8f144
1 changed files with 2 additions and 6 deletions

View File

@ -20,12 +20,8 @@ return {
opts = { opts = {
workspaces = { workspaces = {
{ {
name = 'personal', name = 'nts',
path = '~/Documents/personal-1', path = '~/nts',
},
{
name = 'zk',
path = '~/zk',
}, },
}, },