mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +02:00
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:
parent
8c20e0b588
commit
3c92fa4eb0
1 changed files with 1 additions and 0 deletions
|
@ -362,6 +362,7 @@ return {
|
||||||
highlight = true,
|
highlight = true,
|
||||||
depth_limit = 5,
|
depth_limit = 5,
|
||||||
icons = require("lazyvim.config").icons.kinds,
|
icons = require("lazyvim.config").icons.kinds,
|
||||||
|
lazy_update_context = true,
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue