AstroNvim / astrocommunity

A community repository of common plugin specifications
GNU General Public License v3.0
1.16k stars 236 forks source link

refactor(lazydocker): replace keybindings table by function instead #1204

Closed cristobalgvera closed 2 weeks ago

cristobalgvera commented 3 weeks ago

📑 Description

Standardize the keybinding of lazydocker.nvim to be a function instead of an opts table.

Also, it was removed the unnecesary opts.

github-actions[bot] commented 3 weeks ago

Review Checklist

Does this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist:

Proper conventional commit scoping:

Uzaaft commented 2 weeks ago

I dont see why would we do this?

cc @AstroNvim/astrocommunity-maintainers

ALameLlama commented 2 weeks ago

It would be nice to have it "Standardize" so all plugins use the same method imo