From 5579e51bd5bdb1e9707dfd3d271d752e3a41d851 Mon Sep 17 00:00:00 2001 From: armandogaliati Date: Sun, 7 Jul 2024 23:12:21 -0300 Subject: [PATCH] added wsl path --- init.lua | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/init.lua b/init.lua index da4154ab..876bc3fd 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 = '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 👇 },