perf: enable lazy_update_context option to update context on "CursorHold" instead of of using default "CursorMove"

This commit is contained in:
Radvil 2023-10-08 02:18:43 +08:00
parent 8c20e0b588
commit 2c310d6ca5

View file

@ -362,6 +362,7 @@ return {
highlight = true,
depth_limit = 5,
icons = require("lazyvim.config").icons.kinds,
lazy_update_context = true,
}
end,
},