diff --git a/init.lua b/init.lua index 0b8d9d76..da4154ab 100644 --- a/init.lua +++ b/init.lua @@ -1216,19 +1216,19 @@ require('lazy').setup({ }, opts = { workspaces = { - { - name = 'NotesWSL', - path = '/mnt/c/Documents and Settings/arman/Documents/Notes', - }, - { - name = 'NotesUbuntu', - path = '~/Notes', - }, - { - name = 'NotesWindows', - path = '', - }, - }, + { + name = 'NotesWsl', + path = '/mnt/c/Documents and Settings/arman/Documents/Notes', + } + --{ + --name = 'NotesUbuntu', + --path = '~/Notes', + --}, + --{ + --name = 'NotesWindows', + --path = '~/Documents/Notes', + --}, + -}, -- see below for full list of options 👇 },