mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
visuals/highlight-undo: increase highlight timeout duration
This commit is contained in:
parent
d00f00874d
commit
7b8f68e6d0
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ in {
|
|||
duration = mkOption {
|
||||
type = types.int;
|
||||
description = "Duration of highlight";
|
||||
default = 200;
|
||||
default = 500;
|
||||
};
|
||||
|
||||
undo = {
|
||||
|
|
Loading…
Reference in a new issue