upd
This commit is contained in:
@ -1,8 +1,5 @@
|
|||||||
|
{ lib, config, ... }:
|
||||||
{
|
{
|
||||||
lib,
|
|
||||||
config,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
options = {
|
options = {
|
||||||
nvim-dap.enable = lib.mkEnableOption "Enable Debug Adapter Protocol module";
|
nvim-dap.enable = lib.mkEnableOption "Enable Debug Adapter Protocol module";
|
||||||
};
|
};
|
||||||
|
@ -64,12 +64,12 @@
|
|||||||
# };
|
# };
|
||||||
# }
|
# }
|
||||||
{
|
{
|
||||||
mode = ["n" "i"];
|
mode = ["n"];
|
||||||
key = "<Up>";
|
key = "<Up>";
|
||||||
action = "g<Up>";
|
action = "g<Up>";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
mode = ["n" "i"];
|
mode = ["n"];
|
||||||
key = "<Down>";
|
key = "<Down>";
|
||||||
action = "g<Down>";
|
action = "g<Down>";
|
||||||
}
|
}
|
||||||
|
@ -1,8 +1,5 @@
|
|||||||
|
{ lib, config, ... }:
|
||||||
{
|
{
|
||||||
lib,
|
|
||||||
config,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
options = {
|
options = {
|
||||||
notify.enable = lib.mkEnableOption "Enable notify module";
|
notify.enable = lib.mkEnableOption "Enable notify module";
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user