Skip to content

Is there a way to disable lsp progress in insert mode? #338

Answered by liujoey
liujoey asked this question in Q&A
Discussion options

You must be logged in to vote

I found a solution to disable mini view completely in insert mode:

    routes = {
        {
          view = "mini",
          filter = {
            mode = "i",
          },
          opts = { skip = true },
        },
    },

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by liujoey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant