From 2c310d6ca51128a8b82d75d9cab5e0c25c38dfd9 Mon Sep 17 00:00:00 2001 From: Radvil Date: Sun, 8 Oct 2023 02:18:43 +0800 Subject: [PATCH] perf: enable lazy_update_context option to update context on "CursorHold" instead of of using default "CursorMove" --- lua/lazyvim/plugins/ui.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lazyvim/plugins/ui.lua b/lua/lazyvim/plugins/ui.lua index 1e45b9c4..7782ee69 100644 --- a/lua/lazyvim/plugins/ui.lua +++ b/lua/lazyvim/plugins/ui.lua @@ -362,6 +362,7 @@ return { highlight = true, depth_limit = 5, icons = require("lazyvim.config").icons.kinds, + lazy_update_context = true, } end, },