diff options
author | Benjamin Chausse <benjamin.chausse@goto.com> | 2025-04-02 18:52:33 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin.chausse@goto.com> | 2025-04-02 18:52:33 -0400 |
commit | 48ce7555f5e9a9be1688586121c49e60a2006ca0 (patch) | |
tree | 9cc9221463a10d9bd858cf18537b3511c9267a34 | |
parent | 923d6bf6b229d9c9b3202a96c52032b4c8c7b46e (diff) |
docs: fix README goof
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 = { |