nvf/modules/neovim/mappings
pax e9d59f47e8 keymaps: fix unable to set noremap = false
Currently setting `vim.keymaps.*.noremap = false` has no effect.
Given that noremap is set by default, the only way to undo it is
to use `remap = true`. This commit adds `remap` as an internal option,
and derives its final value as the inverse of noremap.
This way, setting `noremap` to `false` now behaves as expected.

See https://neovim.io/doc/user/lua-guide.html#_creating-mappings
2026-02-02 13:54:51 -08:00
..
config.nix treewide: remove unused inherits 2025-07-06 03:30:44 +02:00
default.nix modules/neovim: move all mapping options to 2024-04-21 02:27:42 +03:00
options.nix keymaps: fix unable to set noremap = false 2026-02-02 13:54:51 -08:00