neovim/init: deprecate vim.disableArrows; add missing rename

This commit is contained in:
raf 2025-02-07 15:49:24 +03:00
commit 75b402e9f0
No known key found for this signature in database
GPG key ID: EED98D11B85A2819
2 changed files with 11 additions and 7 deletions

View file

@ -16,12 +16,6 @@
cfg = config.vim;
in {
options.vim = {
disableArrows = mkOption {
type = bool;
default = false;
description = "Set to prevent arrow keys from moving cursor";
};
hideSearchHighlight = mkOption {
type = bool;
default = false;