From b5d7f48e705adbe6453e4e5c1f4e01ee2d5f0f7f Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Wed, 11 Aug 2021 08:59:56 -0400 Subject: doc: Update information about popup.nvim (#1103) * doc: Update information about popup.nvim * fixup: Got rest of popup.nvim mentions --- .github/ISSUE_TEMPLATE/bug_report.md | 1 - .github/workflows/ci.yml | 2 -- 2 files changed, 3 deletions(-) (limited to '.github') 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() diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bdccf0c..d149ae5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,6 @@ jobs: sudo apt install fd-find mkdir -p ~/.local/share/nvim/site/pack/vendor/start git clone --depth 1 https://github.com/nvim-lua/plenary.nvim ~/.local/share/nvim/site/pack/vendor/start/plenary.nvim - git clone --depth 1 https://github.com/nvim-lua/popup.nvim ~/.local/share/nvim/site/pack/vendor/start/popup.nvim git clone --depth 1 https://github.com/kyazdani42/nvim-web-devicons ~/.local/share/nvim/site/pack/vendor/start/nvim-web-devicons ln -s $(pwd) ~/.local/share/nvim/site/pack/vendor/start @@ -55,7 +54,6 @@ jobs: } mkdir -p ~/.local/share/nvim/site/pack/vendor/start git clone --depth 1 https://github.com/nvim-lua/plenary.nvim ~/.local/share/nvim/site/pack/vendor/start/plenary.nvim - git clone --depth 1 https://github.com/nvim-lua/popup.nvim ~/.local/share/nvim/site/pack/vendor/start/popup.nvim git clone --depth 1 https://github.com/kyazdani42/nvim-web-devicons ~/.local/share/nvim/site/pack/vendor/start/nvim-web-devicons ln -s $(pwd) ~/.local/share/nvim/site/pack/vendor/start -- cgit v1.2.3