mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-18 18:01:17 +00:00
mappings: fix wrong submodule syntax
This commit is contained in:
parent
dffaaaa600
commit
444f3ac1e1
1 changed files with 11 additions and 8 deletions
|
|
@ -28,15 +28,18 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
mapType = submodule {
|
mapType = submodule {
|
||||||
mode = mkOption {
|
options =
|
||||||
type = either str (listOf str);
|
mapConfigOptions
|
||||||
description = ''
|
// {
|
||||||
The short-name of the mode to set the keymapping for. Passing an empty string is the equivalent of `:map`.
|
mode = mkOption {
|
||||||
|
type = either str (listOf str);
|
||||||
|
description = ''
|
||||||
|
The short-name of the mode to set the keymapping for. Passing an empty string is the equivalent of `:map`.
|
||||||
|
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue