Skip to content

Commit

Permalink
Move deps back into plenary.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tjdevries committed Aug 19, 2020
1 parent 6582bb9 commit e69019e
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 392 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
[WIP] An implementation of the Popup API from vim in Neovim. Hope to upstream
when complete

## Installation

```vim
" 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
Expand Down
155 changes: 0 additions & 155 deletions lua/popup/border.lua

This file was deleted.

217 changes: 0 additions & 217 deletions lua/popup/float.lua

This file was deleted.

Loading

0 comments on commit e69019e

Please sign in to comment.