noice.nvim
đź’Ą Highly experimental plugin that completely replaces the UI for messages, cmdline and the popupmenu. (by folke)
dressing.nvim
Neovim plugin to improve the default vim.ui interfaces (by stevearc)
noice.nvim | dressing.nvim | |
---|---|---|
43 | 34 | |
4,945 | 1,973 | |
3.2% | - | |
9.3 | 6.9 | |
3 months ago | 3 months ago | |
Lua | Lua | |
Apache License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
noice.nvim
Posts with mentions or reviews of noice.nvim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-09-30.
-
Neovim for beginners
Noice.nvim
-
Customizing Your Lazyvim Setup for Personal Preferences
folke/noice.nvim (Noice improves the UI for messages, cmdline and the popupmenu.)
-
Add padding to command?
there's noice which can position the cmdline basically wherever except below the statusline (I think this is a ui_attach limitation)
-
More-prompt
there is noice.nvim which does replace it (along with cmdline and such) although i believe it can get buggy with some commands that use more-prompt
-
Help with LazyVim error
See here: https://github.com/folke/noice.nvim/issues/608
-
Help needed for adding noice to AstroNvim
I'm new to neovim and AstroNvim and I'm trying to add folke/noice for the command line, I added the plugin to "lua/user/plugins/noice.lua" this is the content (which I just copied from the repo README file):
-
Need some help with folke/noice. How to position the popup elsewhere?
Have you had a look at the configuration recipes?
-
The magic of macros in neovim: filtering out a list without duplicates with :move
It's u/folke's noice.nvim :p
-
Issues using Noice and Lunarvim
Yesterday I was trying to configure Noice with my lvim configuration but I keep running into this error:
-
How is LazyVim listing the function description while the user is typing in the function's inputs?
it comes from folke/noice. search from signature
dressing.nvim
Posts with mentions or reviews of dressing.nvim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-20.
-
Update for telescope-all-recent.nvim: Frequency Sorting now for dressing.nvim!
Frequency Sorting for vim.ui.select: Now you can enjoy (f)recency-based sorting for pickers started through vim.ui.select, provided by dressing.nvim or (untested) telescope-ui-select.nvim. For this to work, make sure to load telescope-all-recent.nvim AFTER dressing.nvim.
-
Requesting help with rust-analyzer, rust-tools and nvim.
For 2, I use dressing.nvim with the options below (requires telescope) and that gives me a nice UI for code actions which you can exist out of. lua { input = { enabled = false }, select = { telescope = require("telescope.themes").get_cursor() }, }
-
How to use telescope to show code actions and codelens instead of noice?
cool, thanks, solved my problem, just checked the codebase again with the vim.ui.select, found the plugin stevearc/dressing.nvim
-
Simple floating ui.input
Dressing works, but most of its code deals with vim.ui.select, which seems slightly overkill here.
-
How to create command completion in a lua config?
In general, vim.ui.input does not seem to be super completion friendly, it seems the only method currently available is to use dressing, cmp, and cmp_omnifunc to get some basic completions that are provided by omnifunc: https://github.com/stevearc/dressing.nvim/issues/55
-
mind.nvim | Part 1/5: Introduction and first features
Are you using https://github.com/stevearc/dressing.nvim by chance??? It's awesome to see ui plugins emerging that can be used in other plugins :)
-
Is it possible to fuzzy search over grep results in Telescope, like with fzf.vim?
I wrote this little guy which promots you for your query with vim.ui.input, which is really neat if you have a plugin like dressing.nvim installed
-
Looking for pointers with Python environment setup
it uses vim.ui.select so you can use for example dressing.nvim to use telescope for the UI.
-
Command to scratch buffer
I wanted to share a little utility function, I believe is quite useful. It takes a command as input and shows the output in a scratch buffer. Inputting “scratch” will open an empty scratch buffer, command completions are enabled. It is based on the builtin vim.ui.input prompt, which can be automatically styled by the excellent dressing.nvim. I often use it to open the current colorscheme’s highlight groups in a buffer, with the advantage that colorizer plugins will work then. Or you can check out the latest messages when you got errors in your config, etc. Just don’t try to update your operating system through it…
-
[HELP] saving/creating file
the little bit of indirection with save_file is required because vim.ui.input might be async (for example if want you're able to use stevearc/dressing.nvim with this snippet without out any modification)
What are some alternatives?
When comparing noice.nvim and dressing.nvim you can also consider the following projects:
wilder.nvim - A more adventurous wildmenu
telescope-ui-select.nvim
cmp-nvim-lsp-signature-help - cmp-nvim-lsp-signature-help
cosmic-ui - Cosmic-UI is a simple wrapper around specific vim functionality. Built in order to provide a quick and easy way to create a Cosmic UI experience with Neovim!
nvim-notify - A fancy, configurable, notification manager for NeoVim
fine-cmdline.nvim - Enter ex-commands in a nice floating input.