kdheepak / lazygit.nvim

Plugin for calling lazygit from within neovim.
MIT License
1.47k stars 53 forks source link

Support the other lazy projects (ie LazyNPM and LazyDocker) #110

Open noahbald opened 1 year ago

noahbald commented 1 year ago

Is your feature request related to a problem? Please describe.

Lazygit only supports the display of LazyGit

Describe the solution you'd like

I'd like to be able to use the other Lazy UIs developed by jesseduffield

Additional context

kdheepak commented 1 year ago

I don't use lazydocker or lazynpm enough that I don't think it would be best if I maintained it. You can though write your own plugin and I'm sure it'll be quite useful for folks.

Alternatively, you can use toggleterm to make a lazygit / lazydocker / lazynpm wrapper for yourself.

noahbald commented 1 year ago

I've been thinking of making a fork of this for lazynpm, I'll close this if that ever happens ;)