Home

Awesome

popup.nvim

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

Installation

" This is a requirement, which implements some useful window management
"   items for neovim
Plug 'nvim-lua/plenary.nvim'

Plug 'nvim-lua/popup.nvim'

Goals

Provide an API that is compatible with the vim popup_* APIs. After stablization and any required features are merged into Neovim, we can upstream this and wrap it with C functions to make the APIs compatible.

Discussion:

List of Neovim Features Required:

Optional:

Unlikely (due to technical difficulties):

Unlikely (due to not sure if people are using):

Progress

Suported Features:

All known unimplemented vim features at the moment

Would love contributors ;)