mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2026-02-03 18:00:26 +01:00
* 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 |
||
|---|---|---|
| .. | ||
| man | ||
| manual | ||
| static | ||
| default.nix | ||
| html-open-tool.nix | ||
| manual.nix | ||
| ndg.toml | ||