diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2025-04-02 19:46:10 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2025-04-02 19:46:10 -0400 |
commit | 50f826d471386abd3ee7cf442cf656a043323dd7 (patch) | |
tree | 10f7c1338b5aa6a9f5e34b183187ac4a2e6baf8d | |
parent | 48ce7555f5e9a9be1688586121c49e60a2006ca0 (diff) |
docs: clarify README
-rw-r--r-- | README.md | 18 |
1 files changed, 13 insertions, 5 deletions
@@ -8,13 +8,21 @@ Your neovim tabs, dropshipped into your projects </div> +## What it is -## How it works +It's yet another bookmarks telescope plugin. However, I designed it so that you +can load your bookmarks from a lua file that isn't in your neovim config. -1. Configure the plugin with either a table containing drop location - or a path to a lua file that returns that. -2. Setup keybinds you might want to use dropship with -3. Profit! +You can either: + +- Load up a bookmark/drop-site for every open tab `:DropshipGlobalDir` +- Load up a bookmark/drop-site for the current tab `:DropshipCurrentTab` +- Load up a bookmark/drop-site in a new tab `:DropshipNewTab` + +The whole plugin is under 100 lines of code so don't worry about bloating your +neovim config ;) + +## Configuration Below you may find some example [Lazy][2] configurations for this plugin. |