From 011892a7e9684af2b53e13e17bfcd7bbfffe7547 Mon Sep 17 00:00:00 2001 From: armandogaliati Date: Sun, 7 Jul 2024 23:04:06 -0300 Subject: [PATCH] added obsidian nvim --- init.lua | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) 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 👇 },