-
The java jdtls server rebuild the system on every key stroke, and it keeps reporting all of these progress messages, which makes the mini view quite busy all the time. It becomes so annoying that I have to turn off the whole progress message. Is there a way that I can disable lsp progress only in insert mode? |
Beta Was this translation helpful? Give feedback.
Answered by
liujoey
Jan 30, 2023
Replies: 1 comment
-
I found a solution to disable mini view completely in insert mode: routes = {
{
view = "mini",
filter = {
mode = "i",
},
opts = { skip = true },
},
}, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
liujoey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found a solution to disable mini view completely in insert mode: