noice.nvim
💥 Highly experimental plugin that completely replaces the UI for messages, cmdline and the popupmenu. (by folke)
wilder.nvim
A more adventurous wildmenu (by gelguy)
noice.nvim | wilder.nvim | |
---|---|---|
43 | 23 | |
4,945 | 1,431 | |
3.2% | 1.3% | |
9.3 | 0.0 | |
3 months ago | 10 months ago | |
Lua | Vim Script | |
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
wilder.nvim
Posts with mentions or reviews of wilder.nvim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-24.
-
is there a "better command line mode" plugin?
Try wilder
-
Which vim plugins do not have a lua equivalent yet?
wilder.nvim is written in mostly vimscript even though it's called ".nvim". It also hasn't had a meaningful commit since May, 2022. I'd love to see this idea of a better wildmenu experience expanded and improved upon in lua/the neovim community.
-
Command completion like emacs (Helm/Ivy)
wilder.nvim
-
Is there a fzf on tab-completion/wildmenu plugin?
The closest I've found is wilder.nvim but it is not quite what I'm looking for... I really like to use fzf everywhere and I always have some problems in wilder related to :UpdateRemotePlugins, which is needed for the python fuzzy matcher.
-
kat.nvim Release "Exuberant Cornish Rex" now available - Major speed and quality of life improvements, Neovim 0.6 support fully removed
:KatGenTermTheme now has completion: for all you cmp-cmdline or wilder users out there
-
oh, happy it ended
Well, vimtext, wilder and CoC are other famous examples :)
-
openingh.nvim - Open file or project in GitHub for neovim written in lua
Using this plugin https://github.com/gelguy/wilder.nvim
-
Disable autocompletion for a certain keyword (nvim-cmp)
I don't use nvim cmp but if you can disable it for commands, probably give https://github.com/gelguy/wilder.nvim a shot instead?
-
Permanent alais in neovim?
What about something else? Like https://github.com/gelguy/wilder.nvim plugin. There is a fuzzy searching. For frequently used commands you can find a reliable "shortcut". E.g. if I want to run :PlugUpdate I write :PlUt.
-
Buffer switchers like VSCode
There's also some relevant plugins: - ctrlpvim/ctrlp.vim: Active fork of kien/ctrlp.vim—Fuzzy file, buffer, mru, tag, etc finder. - vijaymarupudi/nvim-fzf: A Lua API for using fzf in neovim. - nvim-telescope/telescope.nvim: Find, Filter, Preview, Pick. All lua, all the time. - gelguy/wilder.nvim: A more adventurous wildmenu
What are some alternatives?
When comparing noice.nvim and wilder.nvim you can also consider the following projects:
dressing.nvim - Neovim plugin to improve the default vim.ui interfaces
targets.vim - Vim plugin that provides additional text objects
cmp-nvim-lsp-signature-help - cmp-nvim-lsp-signature-help
denops.vim - 🐜 An ecosystem of Vim/Neovim which allows developers to write cross-platform plugins in Deno
nvim-notify - A fancy, configurable, notification manager for NeoVim
Dotfiles - Well documented awesome dotfiles 😍 Many neovim lua configs, handy zsh/bash functions, fzf functions + more