
# dropship.nvim
Your neovim tabs, dropshipped into your projects
# How it works
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!
**Using a pre-baked list of drop-locations**:
```lua
{
"ChausseBenjamin/dropship.nvim",
dependencies = "nvim-telescope/telescope.nvim",
opts = {
drop_locations = {
{ "Projects", "~/Workspace" },
{ "Neovim Config", "~/.config/nvim" },
{ "University", "~/Documents/school/university/current_semester" },
},
},
keys = {
{
"