doc: Update information about popup.nvim (#1103)

* doc: Update information about popup.nvim

* fixup: Got rest of popup.nvim mentions
This commit is contained in:
TJ DeVries
2021-08-11 08:59:56 -04:00
committed by GitHub
parent a056a9c7e0
commit b5d7f48e70
7 changed files with 27 additions and 37 deletions

View File

@@ -82,7 +82,6 @@ endif
source /tmp/plug.vim
call plug#begin('/tmp/plugged')
Plug 'nvim-lua/popup.nvim'
Plug 'nvim-lua/plenary.nvim'
Plug 'nvim-telescope/telescope.nvim'
call plug#end()