Skip to content

Commit acc99b7

Browse files
committed
feat(#3310): minimum neovim version 0.10
1 parent e4da01e commit acc99b7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ markdown-toc --maxdepth=2 -i README.md
5151

5252
# Requirements
5353

54-
[Nvim >= 0.10](https://github.com/neovim/neovim/wiki/Installing-Neovim). You may use a `compat-nvim-0.X` tag for earlier Nvim versions, however they will receive no updates or support.
54+
[Nvim >= 0.10](https://github.com/neovim/neovim/wiki/Installing-Neovim). At least `n - 0.1` stable Nvim compatibility is guaranteed. You may use a `compat-nvim-0.X` tag for earlier Nvim versions, however they will receive no updates or support.
5555

5656
[nvim-web-devicons](https://github.com/nvim-tree/nvim-web-devicons) is optional and used to display file icons. It requires a [patched font](https://www.nerdfonts.com/). Your terminal emulator must be configured to use that font, usually "Hack Nerd Font"
5757

doc/nvim-tree-lua.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@ Git Integration
5252

5353
Requirements
5454

55-
Nvim >= 0.10. You may use a `compat-nvim-0.X` tag for earlier Nvim
56-
versions, however they will receive no updates or support.
55+
Nvim >= 0.10.
56+
At least `n - 0.1` stable Nvim compatibility is guaranteed.
57+
You may use a `compat-nvim-0.X` tag for earlier Nvim versions, however
58+
they will receive no updates or support.
5759

5860
==============================================================================
5961
Quickstart *nvim-tree-quickstart*

0 commit comments

Comments
 (0)