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