diff options
| author | TJ DeVries <devries.timothyj@gmail.com> | 2021-08-11 08:54:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-11 08:54:28 -0400 |
| commit | a056a9c7e001f620f759b672264c03d8a2386e31 (patch) | |
| tree | a51e797628dae7c584231cc7b51043e7dced1993 /lua/telescope/pickers.lua | |
| parent | 2c573b9d12f421cec74a215f79b25591fe083352 (diff) | |
feat: Move to plenary.popup (#1102)
Diffstat (limited to 'lua/telescope/pickers.lua')
| -rw-r--r-- | lua/telescope/pickers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/pickers.lua b/lua/telescope/pickers.lua index 65f8cfe..fc83f56 100644 --- a/lua/telescope/pickers.lua +++ b/lua/telescope/pickers.lua @@ -1,8 +1,8 @@ local a = vim.api -local popup = require "popup" local async_lib = require "plenary.async_lib" local async_util = async_lib.util +local popup = require "plenary.popup" local async = async_lib.async local await = async_lib.await |
