Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e5562a0

Browse files
feat(version)!: Drop support for Neovim < v0.10.0
At this point everything is still working with 0.9.4 and 0.9.5, but future changes will not ensure support for those versions.
1 parent 2e45a6a commit e5562a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
version:
28-
- v0.9.5
2928
- v0.10.0
3029
- v0.10.1
3130
- v0.10.2
31+
- v0.10.3
3232
runs-on: ubuntu-latest
3333
steps:
3434
- uses: actions/checkout@v4

README.org

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#+HTML:<a href="https://ko-fi.com/kristijanhusak"><img alt="Kofi" src="https://img.shields.io/badge/support-kofi-00b9fe?style=flat-square&logo=kofi"></a>
99
#+HTML:<a href="https://matrix.to/#/#neovim-orgmode:matrix.org"><img alt="Chat" src="https://img.shields.io/matrix/neovim-orgmode:matrix.org?logo=matrix&server_fqdn=matrix.org&style=flat-square"></a>
1010

11-
Orgmode clone written in Lua for Neovim 0.9.4+
11+
Orgmode clone written in Lua for Neovim 0.10.0+
1212

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

@@ -19,7 +19,7 @@ Orgmode clone written in Lua for Neovim 0.9.4+
1919

2020
*** Requirements
2121

22-
- Neovim 0.9.4 or later
22+
- Neovim 0.10.0 or later
2323

2424
*** Installation
2525

0 commit comments

Comments
 (0)