mappings: fix wrong submodule syntax

This commit is contained in:
Ching Pei Yang 2024-08-13 00:23:06 +02:00
commit 444f3ac1e1

View file

@ -28,6 +28,9 @@
}; };
mapType = submodule { mapType = submodule {
options =
mapConfigOptions
// {
mode = mkOption { mode = mkOption {
type = either str (listOf str); type = either str (listOf str);
description = '' description = ''
@ -36,7 +39,7 @@
See `:help map-modes` for a list of modes. See `:help map-modes` for a list of modes.
''; '';
}; };
inherit (mapConfigOptions) desc action lua silent nowait script expr unique noremap; };
}; };
# legacy stuff # legacy stuff