From d86ec5bb6af1fc0cb2e6b8b8042a358c341a4db0 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Wed, 2 Apr 2025 16:24:45 -0400 Subject: docs: quickfixes --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fe66a5d..b227c80 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ Your neovim tabs, dropshipped into your projects 2. Setup keybinds you might want to use dropship with 3. Profit! +Below you may find some example [Lazy][2] configurations for this +plugin. + **Using a pre-baked list of drop-locations**: ```lua @@ -23,11 +26,11 @@ Your neovim tabs, dropshipped into your projects "ChausseBenjamin/dropship.nvim", dependencies = "nvim-telescope/telescope.nvim", opts = { - drop_locations = { - { "Projects", "~/Workspace" }, - { "Neovim Config", "~/.config/nvim" }, - { "University", "~/Documents/school/university/current_semester" }, - }, + drop_locations = { + { "Projects", "~/Workspace" }, + { "Neovim Config", "~/.config/nvim" }, + { "University", "~/Documents/school/university/current_semester" }, + }, }, keys = { { @@ -84,3 +87,4 @@ return { [1]: https://github.com/ChausseBenjamin/dotfiles/blob/master/.local/bin/shortcutgen +[2]: https://github.com/folke/lazy.nvim -- cgit v1.2.3