added wsl path
This commit is contained in:
parent
011892a7e9
commit
5579e51bd5
18
init.lua
18
init.lua
|
@ -1216,19 +1216,19 @@ require('lazy').setup({
|
|||
},
|
||||
opts = {
|
||||
workspaces = {
|
||||
{
|
||||
name = 'NotesWsl',
|
||||
path = '/mnt/c/Documents and Settings/arman/Documents/Notes',
|
||||
}
|
||||
{
|
||||
name = 'NotesWsl',
|
||||
path = '/mnt/c/Documents and Settings/arman/Documents/Notes',
|
||||
},
|
||||
--{
|
||||
--name = 'NotesUbuntu',
|
||||
--path = '~/Notes',
|
||||
--name = 'NotesUbuntu',
|
||||
--path = '~/Notes',
|
||||
--},
|
||||
--{
|
||||
--name = 'NotesWindows',
|
||||
--path = '~/Documents/Notes',
|
||||
--name = 'NotesWindows',
|
||||
--path = '~/Documents/Notes',
|
||||
--},
|
||||
-},
|
||||
},
|
||||
|
||||
-- see below for full list of options 👇
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue