dep icon indicating copy to clipboard operation
dep copied to clipboard

Correct neovim package manager

Results 7 dep issues
Sort by recently updated
recently updated
newest added

Any plans on allowing something like this? ```lua require "dep" { "https://github.com/user/package", "/some/absolute/path/package", } ```

question

Following the instructions on a clean install of neovim, it failed on first run since `~/.config/nvim/` didn't exist. I added an init block to the logger so it would create...

Very interesting design! Would it be possible to implement lazy loading?

enhancement

```lua { -- [string] Specifies the full name of the package. -- This is the only required field; all other fields are optional. "user/package", -- This should be triggered every...

According to the readme: > -- [boolean] Prevents the package from being loaded > disable = true This implies that marking a package as disabled only prevents it from being...

**Problem**: I have some use cases where I want to customize git behavior through either user configuration file or environment variables. Then I found git command spawned by "dep" (through...

I guess `vim.loop.spawn` does not kill the jobs if neovim is closed, unlike `jobstart` (I am only sure about `jobstart`). So when neovim exits, it would be great to clean...

bug