neovim-flake/docs
irobot 92854bd0ea
Keymap/extra options (#1384)
* 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

* keymaps/config: fix formatting

merge unnecessarily split attrset

* keymaps/options: remove unnecessary option

+ tweak related release notes entry
2026-02-03 15:52:39 +01:00
..
man docs: improve manpages; mention helpful utilities 2025-01-25 17:21:08 +03:00
manual Keymap/extra options (#1384) 2026-02-03 15:52:39 +01:00
static docs: better performance in the resource widget ft. Keira and Michaili 2024-12-10 23:10:05 +03:00
default.nix docs: adapt builder functions for ndg 2025-12-11 15:26:22 +01:00
html-open-tool.nix lib.neovimConfiguration: deprecated extraModules and configuration (#377) 2024-09-22 22:52:10 +03:00
manual.nix docs: move ndg options into ndg.toml 2026-01-22 20:40:26 +01:00
ndg.toml docs: move ndg options into ndg.toml 2026-01-22 20:40:26 +01:00