mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 14:45:58 +01: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 {
|
duration = mkOption {
|
||||||
type = types.int;
|
type = types.int;
|
||||||
description = "Duration of highlight";
|
description = "Duration of highlight";
|
||||||
default = 200;
|
default = 500;
|
||||||
};
|
};
|
||||||
|
|
||||||
undo = {
|
undo = {
|
||||||
|
|
Loading…
Reference in a new issue