Skip to content

Commit e69019e

Browse files
committed
Move deps back into plenary.
Since there will be many changes and iterations on both the floating window API helpers and the border fixes, we should directly use it as a dep, rather than copy and pasting between the two repositories.
1 parent 6582bb9 commit e69019e

File tree

5 files changed

+27
-392
lines changed

5 files changed

+27
-392
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
[WIP] An implementation of the Popup API from vim in Neovim. Hope to upstream
44
when complete
55

6+
## Installation
7+
8+
```vim
9+
" This is a requirement, which implements some useful window management
10+
" items for neovim
11+
Plug 'nvim-lua/plenary.nvim'
12+
13+
Plug 'nvim-lua/popup.nvim'
14+
```
15+
616
## Goals
717

818
Provide an API that is compatible with the vim `popup_*` APIs. After

lua/popup/border.lua

Lines changed: 0 additions & 155 deletions
This file was deleted.

lua/popup/float.lua

Lines changed: 0 additions & 217 deletions
This file was deleted.

0 commit comments

Comments
 (0)