Select a color scheme for your Dotfyle experience

folke / noice.nvim

noice.nvim

💥 Highly experimental plugin that completely replaces the UI for messages, cmdline and the popupmenu.
3677 475 3 3 days ago
utility awesome-neovim
noice.nvim replaces the UI for messages, cmdline, and the popupmenu. It offers fully configurable views, message routing using filters, preserved message highlights, command output in normal buffers, and various customization options for the cmdline, syntax highlighting, and statusline components.

Media

Install instructions

Dotfyle does not endorse any plugins. Install at your own risk.
{
  "folke/noice.nvim",
  event = "VeryLazy",
  opts = {
    -- add any options here
  },
  dependencies = {
    -- if you lazy-load any plugin below, make sure to add proper `module="..."` entries
    "MunifTanjim/nui.nvim",
    -- OPTIONAL:
    --   `nvim-notify` is only needed, if you want to use the notification view.
    --   If not available, we use `mini` as the fallback
    "rcarriga/nvim-notify",
  }
}

Developers using noice.nvim

more configs
craftzdog/dotfiles-public
/.config/nvim
5975 init.lua 20 1296
rafi/vim-config
/
1828 init.lua 94 8053
ecosse3/nvim
/
1142 init.lua 70 7358
folke/dot
/nvim
672 init.lua 41 2125