From 99164ee1eead7f3fb64ec89a8e77d1edd3108afd Mon Sep 17 00:00:00 2001 From: Eric Olerud Date: Wed, 16 Oct 2024 19:02:42 -0400 Subject: [PATCH] modify hlchunk animation time --- lua/custom/plugins/hlchunk.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/custom/plugins/hlchunk.lua b/lua/custom/plugins/hlchunk.lua index e270239b..2b6b0066 100644 --- a/lua/custom/plugins/hlchunk.lua +++ b/lua/custom/plugins/hlchunk.lua @@ -5,6 +5,8 @@ return { require('hlchunk').setup { chunk = { enable = true, + duration = 150, + delay = 1, }, } end,