From 0391c4ad36ba9daaa3e51d49d83faaccebdc6721 Mon Sep 17 00:00:00 2001 From: alfarel Date: Sun, 15 Mar 2026 11:09:25 -0400 Subject: [PATCH] docs: add `vendoredKeymaps` to release notes --- docs/manual/release-notes/rl-0.9.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/manual/release-notes/rl-0.9.md b/docs/manual/release-notes/rl-0.9.md index 2eeca8f9..ecac345c 100644 --- a/docs/manual/release-notes/rl-0.9.md +++ b/docs/manual/release-notes/rl-0.9.md @@ -195,6 +195,7 @@ {command}`:healthcheck` doesn't know that. - Remove [which-key.nvim] `o` `+Notes` description which did not actually correspond to any keybinds. +- Allow disabling nvf's vendored keymaps by toggling `vendoredKeymaps.enable`. [pyrox0](https://github.com/pyrox0):