summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorTJ DeVries <devries.timothyj@gmail.com>2021-08-11 08:59:56 -0400
committerGitHub <noreply@github.com>2021-08-11 08:59:56 -0400
commitb5d7f48e705adbe6453e4e5c1f4e01ee2d5f0f7f (patch)
tree2497745750951acdb00f59c299124886fecee4de /.github/ISSUE_TEMPLATE
parenta056a9c7e001f620f759b672264c03d8a2386e31 (diff)
doc: Update information about popup.nvim (#1103)
* doc: Update information about popup.nvim * fixup: Got rest of popup.nvim mentions
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index dd4aea7..81f225f 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -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()