Skip to content

Commit 1b8819b

Browse files
Officially drop support for Neovim versions < 0.8
1 parent 96b71a1 commit 1b8819b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
version:
17-
- v0.7.0
18-
- v0.7.2
1917
- v0.8.0
18+
- v0.8.1
2019
- nightly
2120
runs-on: ubuntu-latest
2221
steps:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<a href="/LICENSE">![License](https://img.shields.io/badge/license-MIT-brightgreen?style=flat-square)</a><a href="https://ko-fi.com/kristijanhusak"> ![Kofi](https://img.shields.io/badge/support-kofi-00b9fe?style=flat-square&logo=kofi)</a><a href="https://matrix.to/#/#neovim-orgmode:matrix.org"> ![Chat](https://img.shields.io/matrix/neovim-orgmode:matrix.org?logo=matrix&server_fqdn=matrix.org&style=flat-square)</a>
99

1010

11-
Orgmode clone written in Lua for Neovim 0.7+
11+
Orgmode clone written in Lua for Neovim 0.8+
1212

1313
[Setup](#setup)[Docs](/DOCS.md)[Showcase](#showcase)[Treesitter](#treesitter-info)[Troubleshoot](#troubleshoot)[Plugins](#plugins)[Development](#development)[Kudos](#thanks-to)
1414

@@ -19,7 +19,7 @@
1919

2020
### Requirements
2121

22-
* Neovim 0.7.0 or later
22+
* Neovim 0.8.0 or later
2323
* [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)
2424

2525
### Installation

0 commit comments

Comments
 (0)