nui.nvim VS neovim-ui

Compare nui.nvim vs neovim-ui and see what are their differences.

neovim-ui

Vaporware -- nothing to see here (by nvim-lua)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
nui.nvim neovim-ui
29 5
1,390 83
- -
8.2 0.0
about 1 month ago about 3 years ago
Lua Lua
MIT License GNU General Public License v3.0 or later
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.

nui.nvim

Posts with mentions or reviews of nui.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-05.

neovim-ui

Posts with mentions or reviews of neovim-ui. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-16.
  • Posibility of UI library for neovim?
    3 projects | /r/neovim | 16 Jan 2022
  • Neovim - Build UI using nui.nvim
    6 projects | dev.to | 20 Jul 2021
    mjlbach/neovim-ui
  • Neovim v0.5
    33 projects | news.ycombinator.com | 2 Jul 2021
    I understand the frustration (making neovim more cohesive is definitely a goal). It sounds like coc provides the UI you are used to, so there's no harm in sticking with that!

    Many of our users explicitly don't want automatically called functions that would slow down the editor (autocommands that map signature requests to the language server, for example), so by nature neovim's core implementation is extremely conservative.

    One thing I would like to do, is make the automatic pop-ups for signature easier to implement with our current handler, which means a plugin like signature-x could use our upcoming lsp.config option to configure it's borders (https://github.com/neovim/neovim/pull/14681), and match the rest of the UI.

    I also have another project I was working on before the 0.5 stabilization phase (https://github.com/mjlbach/neovim-ui). The goal with this is to have composable/overridable UI elements built into core (which we would use for our internal lsp functions), that can be used (or overridden) by UI plugins.

    In summary, I think the likelihood of autocompletion (and generally auto-anything) being built-into core is very small, but providing the APIs in neovim core to make snippets - autocompletion - automated UI elements easier for plugin authors is a high priority.

  • Plugin unification
    2 projects | /r/neovim | 12 Jun 2021
    Yep, I started working on this awhile ago https://github.com/mjlbach/neovim-ui but put it on hold for 0.5 stabilization.
  • status of neovim popup windows
    3 projects | /r/neovim | 22 Feb 2021
    I am working on this, but it will probably have to wait until after the 0.5 release (I don't know when this will be). This is part of the larger UI effort in neovim-ui which is currently glorified vaporware. As far as I know, TJ, Smolck, and I are the only ones who have expressed interest in fixing this.

What are some alternatives?

When comparing nui.nvim and neovim-ui you can also consider the following projects:

popup.nvim - [WIP] An implementation of the Popup API from vim in Neovim. Hope to upstream when complete

cmp-cmdline - nvim-cmp source for vim's cmdline

guihua.lua - A GUI library for Neovim plugin developers

vim-quickui - The missing UI extensions for Vim 9 (and NeoVim) !! :sunglasses:

TypeScriptToLua - Typescript to lua transpiler. https://typescripttolua.github.io/

dressing.nvim - Neovim plugin to improve the default vim.ui interfaces

nvim-lspconfig - Quickstart configs for Nvim LSP

vim-arduino - Vim plugin for compiling and uploading arduino sketches

nvim-lsputils - Better defaults for nvim-lsp actions

vim-ctrlspace - Vim Space Controller

LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.