pending.nvim/lua
Barrett Ruth b8ca31aa86 fix(init): add nowait to buffer keymap opts
Problem: Buffer-local mappings like `!` could be swallowed by Neovim's
operator-pending machinery or by global maps sharing a prefix, since
the keymap opts did not include `nowait`.

Solution: Add `nowait = true` to the shared `opts` table used for all
buffer-local mappings in `_setup_buf_mappings`.
2026-03-06 11:35:30 -05:00
..
pending fix(init): add nowait to buffer keymap opts 2026-03-06 11:35:30 -05:00