Skip to content
#

nvim

neovim logo

Neovim is a refactor, and sometimes redactor, in the tradition of Vim. It is not a rewrite but a continuation and extension of Vim. Neovim is built for users who want the good parts of Vim, and more.

Here are 687 public repositories matching this topic...

glacambre
glacambre commented Sep 17, 2020

It is currently expected that UIs will figure out when to hide msg_history_show messages by themselves.

I think this is bad for two reasons:

  • It makes UIs less similar, increasing the number of things to learn when going from one UI to another.
  • It makes UIs different from the TUI, which offers a press ENTER prompt when the time to hide msg_history_show messages has come.

After [di

Happy-Dude
Happy-Dude commented Sep 25, 2020

While the readme seems to be automatically generated via GitHub Actions, it has gotten pretty large, unwieldy, and cluttered overall.

Before 0.5.0 is live, can those docs be reorganized to support vim-styled help documentation and tags?
A good reference style would probably be how ALE laid out their docs: https://github.com/dense-analysis/ale/tree/master/doc

ratheesh
ratheesh commented Feb 12, 2021

Thanks for the wonderful Plugin.

I observe that the completion menu does not show when backspace is pressed or when insert mode is entered (by entering a,I,i etc). I don't see that in documentation as well.

This is supported in deoplete. It will be nice to have this in this plugin as well.

Can you please add this option if it is not already supported or let me know how to configure this?

Created by Thiago de Arruda

Released January 31, 2014

Latest release 7 months ago

Repository
neovim/neovim
Website
neovim.io
Wikipedia
Wikipedia

Related Topics

neovim-configuration neovim-dotfiles neovim-plugin nvimrc vim