added obsidian nvim

This commit is contained in:
armandogaliati 2024-07-07 23:04:06 -03:00
parent 43dce4e2bd
commit 011892a7e9
1 changed files with 13 additions and 13 deletions

View File

@ -1217,18 +1217,18 @@ require('lazy').setup({
opts = { opts = {
workspaces = { workspaces = {
{ {
name = 'NotesWSL', name = 'NotesWsl',
path = '/mnt/c/Documents and Settings/arman/Documents/Notes', path = '/mnt/c/Documents and Settings/arman/Documents/Notes',
}, }
{ --{
name = 'NotesUbuntu', --name = 'NotesUbuntu',
path = '~/Notes', --path = '~/Notes',
}, --},
{ --{
name = 'NotesWindows', --name = 'NotesWindows',
path = '', --path = '~/Documents/Notes',
}, --},
}, -},
-- see below for full list of options 👇 -- see below for full list of options 👇
}, },