added wsl path

This commit is contained in:
armandogaliati 2024-07-07 23:12:21 -03:00
parent 011892a7e9
commit 5579e51bd5
1 changed files with 9 additions and 9 deletions

View File

@ -1216,19 +1216,19 @@ 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 = '~/Documents/Notes', --path = '~/Documents/Notes',
--}, --},
-}, },
-- see below for full list of options 👇 -- see below for full list of options 👇
}, },