Skip to content
Discussion options

You must be logged in to vote

Try this

  {
    "folke/noice.nvim",
    opts = {
      cmdline = {
        enabled = false,
      },
      messages = {
        enabled = false,
      },
    },
  },

It states in the docs

messages = {
-- NOTE: If you enable messages, then the cmdline is enabled automatically.
-- This is a current Neovim limitation.
enabled = true, -- enables the Noice messages UI

Edit: actual answer taken from this noice issue.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@T1CkShot
Comment options

Answer selected by T1CkShot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants