summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files 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