mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00

Currently once you retrieve the lenses you're pretty much stuck with them as saving new lenses is additive. Adding a dedicated method to reset lenses allows users to toggle lenses on/off which can be useful for language servers where they are noisy or expensive and you only want to see them temporary.