Closed TinyLittleWheatley closed 5 months ago
@TinyLittleWheatley We have multiple plugins that override each other in terms of keymaps. At a certain point, it's doomed to happen. Feel free to open a PR with a proposed keymap, or override it yourself.
Checklist
repro.lua
provided belowNeovim version (nvim -v)
0.10.0 Release
Operating system/version
Debian 12
Terminal/GUI
Windows terminal
Describe the bug
astrocommunity.color.twilight-nvim
overwrites<Leader>uT
mapping set byastrocommunity.color.transparent-nvim
. https://github.com/AstroNvim/astrocommunity/blob/51eb1c1efd58ac35242070db1ec484c7c910a5a7/lua/astrocommunity/color/twilight-nvim/init.lua#L9 https://github.com/AstroNvim/astrocommunity/blob/51eb1c1efd58ac35242070db1ec484c7c910a5a7/lua/astrocommunity/color/transparent-nvim/init.lua#L22Steps to Reproduce
Expected behavior
To set unique mappings for plugins that can be used together.
Screenshots
No response
Additional Context
No response
Minimal configuration