diff options
author | opalmay <[email protected]> | 2023-02-17 13:40:41 +0200 |
---|---|---|
committer | opalmay <[email protected]> | 2023-02-17 13:40:41 +0200 |
commit | c1325498a231434fc0c30a4defd4eb14beb82b1f (patch) | |
tree | 9d0d418e12ec9829db46ff3d8150899130f58801 /.github/ISSUE_TEMPLATE/lsp-issue-form.yaml | |
parent | ddc86f3a8aaa1afd36cf8f1a46a29a57922efc8a (diff) |
feat: lock new installations to nvim 0.9+
Diffstat (limited to '.github/ISSUE_TEMPLATE/lsp-issue-form.yaml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/lsp-issue-form.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/lsp-issue-form.yaml b/.github/ISSUE_TEMPLATE/lsp-issue-form.yaml index 06590ed8..88d4a180 100644 --- a/.github/ISSUE_TEMPLATE/lsp-issue-form.yaml +++ b/.github/ISSUE_TEMPLATE/lsp-issue-form.yaml @@ -27,10 +27,10 @@ body: - type: input id: nvim-version attributes: - label: Neovim version (>= 0.8.0) + label: Neovim version (>= 0.9.0) description: "Output of `nvim --version`" placeholder: | - NVIM v0.8.0-dev+199-g2875d45e7 + NVIM v0.9.0-dev-983+g6dfabd014 validations: required: true - type: input |