Neovim for Beginners — User Interface
Explore the Neovim UI APIs.

Neovim provides the Lua UI APIs (:h lua-ui
) for user interaction. However, the default interface is very primitive. In this article, we will explore the Lua UI APIs and also the plugins to enhance the user interface.
This article is part of the Neovim for Beginners series.