perf(navic): enable lazy_update_context option to update context on "CursorHold" instead of of using default "CursorMove" (#1620)

Co-authored-by: Radvil <radvil@@access-mobile.com>
This commit is contained in:
Radvil 2023-10-08 02:42:33 +08:00 committed by GitHub
parent 8c20e0b588
commit 3c92fa4eb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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