Skip to content

Neovim native plugin library, that tries to mimic the behavior of the autocomplete popup menu.

License

Notifications You must be signed in to change notification settings

Ajnasz/vim-popup-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim popup-menu

Neovim native plugin library, that tries to mimic the behavior of the autocomplete popup menu.

Usage

First parameter must be the list of selectable options The second parameter must be a callback, that expects one parameter which will be the text of the selected line.

call popup_menu#open(['first', 'second', 'third'], { selected -> nvim_err_writeln(selected) } )

Installation

Install using your favorite package manager, or use Vim's built-in package support:

mkdir -p ~/.vim/pack/library/start
cd ~/.vim/pack/library/start
git clone https://github.com/Ajnasz/vim-popup-menu.git

About

Neovim native plugin library, that tries to mimic the behavior of the autocomplete popup menu.

Topics

Resources

License

Stars

Watchers

Forks