mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-27 08:09:48 +01:00
Compare commits
35 commits
43e6e673af
...
c331e3303e
Author | SHA1 | Date | |
---|---|---|---|
|
c331e3303e | ||
|
745d539732 | ||
|
4dcce23410 | ||
|
29f9e3f168 | ||
|
60b0c630a7 | ||
|
6b94991888 | ||
|
ff214eb491 | ||
|
61dc161ef7 | ||
|
c80f303b0f | ||
|
a6568e64dd | ||
|
98bfd74de3 | ||
|
7260efac66 | ||
|
be6e41e876 | ||
|
8195ad5cc9 | ||
|
ad5b928830 | ||
|
3fbef8cdb4 | ||
|
fc63d2e0a1 | ||
|
980c80f0b8 | ||
|
320d05aff2 | ||
|
1b661bacfd | ||
|
3763d71124 | ||
|
1e83f6f50b | ||
|
e07ff4029b | ||
|
dee9fa0d61 | ||
|
7aef3392fd | ||
|
4a8c83130d | ||
|
8a0ffcb69f | ||
|
8f92dd2dc1 | ||
|
0d452bcaf7 | ||
|
44681a4cb5 | ||
|
b1a1aaba46 | ||
|
b409800b2f | ||
|
ad8ce463f1 | ||
|
6d654ce4cd | ||
|
202ea7570d |
2 changed files with 2 additions and 18 deletions
|
@ -44,23 +44,7 @@
|
|||
|
||||
# legacy stuff
|
||||
mapOption = submodule {
|
||||
options =
|
||||
mapConfigOptions
|
||||
// {
|
||||
action = mkOption {
|
||||
type = str;
|
||||
description = "The action to execute.";
|
||||
};
|
||||
|
||||
lua = mkOption {
|
||||
type = bool;
|
||||
description = ''
|
||||
If true, `action` is considered to be lua code.
|
||||
Thus, it will not be wrapped in `""`.
|
||||
'';
|
||||
default = false;
|
||||
};
|
||||
};
|
||||
options = mapConfigOptions;
|
||||
};
|
||||
|
||||
mapOptions = mode:
|
||||
|
|
|
@ -37,7 +37,7 @@ in {
|
|||
else keymap.action;
|
||||
|
||||
getOpts = keymap: {
|
||||
inherit (keymap) silent nowait script expr unique noremap;
|
||||
inherit (keymap) desc silent nowait script expr unique noremap;
|
||||
};
|
||||
|
||||
toLuaKeymap = {
|
||||
|
|
Loading…
Reference in a new issue