summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files 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 = {