-
-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(docker): Add lazydocker.nvim
#1176
Conversation
Review ChecklistDoes this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist: Proper conventional commit scoping:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comment
Got it!! Tested it out and still runs smooth and perfect! Thanks for the suggestion |
fixs(lazydocker): Fix opts table
You still didnt use it correctly. Test out the new plugin spec @Mourishitz |
Yes it seems to work really well! Thanks for the suggestions, its my first contribution to astro community and I'm not used to the best practices yet |
📑 Description
Adds Lazy Docker package to the AstroNvim community.
ℹ Additional Information
This PR adds a new shortcut to
Leader + t
+d
which runs the Lazy Docker plugin.It depends only on lazydocker.nvim and it uses built-in ToggleTerm support.
No breaking changes or old behavior interference.