Skip to content

Commit 144c264

Browse files
feat!: Bump minimum required Neovim version to 0.9.2
As per nvim-treesitter/nvim-treesitter#2293 (comment)
1 parent 803e30d commit 144c264

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
version:
30-
- v0.9.0
31-
- v0.9.1
3230
- v0.9.2
3331
- v0.9.4
3432
- v0.9.5

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.9+
11+
Orgmode clone written in Lua for Neovim 0.9.2+
1212

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

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

2020
### Requirements
2121

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

2525
### Installation

0 commit comments

Comments
 (0)