-
How to turn off virtual text in visual mode that shows the keybindings to search with avante?
I couldn't find a relevant configuration https://github.com/yetone/avante.nvim/blob/main/lua/avante/config.lua The logic that shows the virtual text avante.nvim/lua/avante/selection.lua Lines 505 to 516 in 0705234 I also submitted a feature request #682 |
Beta Was this translation helpful? Give feedback.
Answered by
romac
Oct 5, 2024
Replies: 1 comment
-
Try setting |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
srgsanky
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try setting
hints = { enabled = false }
, it worked for me.