15 lines
248 B
Nix
15 lines
248 B
Nix
{
|
|
hardtime-nvim = {
|
|
enable = true;
|
|
setupOpts = {
|
|
max_count = 1;
|
|
disabled_keys = {
|
|
"<Up>" = [ ];
|
|
"<Down>" = [ ];
|
|
"<Right>" = [ ];
|
|
"<Left>" = [ ];
|
|
};
|
|
};
|
|
};
|
|
whichKey.enable = true;
|
|
}
|