From 48ce7555f5e9a9be1688586121c49e60a2006ca0 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Wed, 2 Apr 2025 18:52:33 -0400 Subject: docs: fix README goof --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4546222..1091c89 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,9 @@ plugin. opts = { new_tab_explorer = false, -- Set to true to use `:Exp` on new tabs drop_locations = { - { "Projects", "~/Workspace" }, - { "Neovim Config", "~/.config/nvim" }, - { "University", "~/Documents/school/university/current_semester" }, + { name = "Projects", dir = "~/Workspace" }, + { name = "Neovim Config", dir = "~/.config/nvim" }, + { name = "University", dir = "~/Documents/school/university/current_semester" }, }, }, keys = { -- cgit v1.2.3