From 3de829e76ed3d90b25250b1ab76f6425146af9d2 Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Wed, 27 Apr 2022 17:37:27 +0200 Subject: refactor: lock new installations to nvim v0.7+ (#2526) --- .github/ISSUE_TEMPLATE/general-issue-form.yaml | 2 +- .github/ISSUE_TEMPLATE/lsp-issue-form.yaml | 2 +- .github/workflows/install.yaml | 2 +- .github/workflows/plugins.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/general-issue-form.yaml b/.github/ISSUE_TEMPLATE/general-issue-form.yaml index fed53efe..fcf22684 100644 --- a/.github/ISSUE_TEMPLATE/general-issue-form.yaml +++ b/.github/ISSUE_TEMPLATE/general-issue-form.yaml @@ -33,7 +33,7 @@ body: - type: input id: nvim-version attributes: - label: Neovim version (>= 0.6.1) + label: Neovim version (>= 0.7) description: "Output of `nvim --version`" placeholder: | NVIM v0.7-dev+209-g0603eba6e diff --git a/.github/ISSUE_TEMPLATE/lsp-issue-form.yaml b/.github/ISSUE_TEMPLATE/lsp-issue-form.yaml index 6c6d3235..6b326b26 100644 --- a/.github/ISSUE_TEMPLATE/lsp-issue-form.yaml +++ b/.github/ISSUE_TEMPLATE/lsp-issue-form.yaml @@ -27,7 +27,7 @@ body: - type: input id: nvim-version attributes: - label: Neovim version (>= 0.6.1) + label: Neovim version (>= 0.7) description: "Output of `nvim --version`" placeholder: | NVIM v0.7-dev+209-g0603eba6e diff --git a/.github/workflows/install.yaml b/.github/workflows/install.yaml index 54da94bc..51336ed9 100644 --- a/.github/workflows/install.yaml +++ b/.github/workflows/install.yaml @@ -57,7 +57,7 @@ jobs: uses: rhysd/action-setup-vim@v1 with: neovim: true - version: v0.6.1 + version: v0.7.0 - name: Install LunarVim timeout-minutes: 4 diff --git a/.github/workflows/plugins.yml b/.github/workflows/plugins.yml index ba16ddca..d84c6b36 100644 --- a/.github/workflows/plugins.yml +++ b/.github/workflows/plugins.yml @@ -33,7 +33,7 @@ jobs: uses: rhysd/action-setup-vim@v1 with: neovim: true - version: v0.6.1 + version: v0.7 - name: Install LunarVim timeout-minutes: 4 -- cgit v1.2.3