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.
4937 794 2 1 day 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.

Breaking changes in noice.nvim

49caf9 10 months ago
fix!: remove cmdpreview hack for nigytly since it's no longer needed there. Update your Nightlies!!
6c5290 11 months ago
feat!: bump required Neovim version to >= 0.9

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
6522 init.lua 20 1331
rafi/vim-config
/
1910 init.lua 85 7760
ecosse3/nvim
/
1289 init.lua 83 6738
folke/dot
/nvim
948 init.lua 24 1575