Skip to content

Commit

Permalink
Bump required Neovim version to 0.9.0
Browse files Browse the repository at this point in the history
The `vim.treesitter.get_range()` function is used [here][1], but that
function was only added in Neovim [0.9.0][2], in [this PR][3].

[1]: https://github.com/nvim-treesitter/nvim-treesitter-context/blob/9afe41b/lua/treesitter-context/render.lua#L143
[2]: https://github.com/neovim/neovim/releases/tag/v0.9.0
[3]: neovim/neovim#22613
  • Loading branch information
walterl authored and lewis6991 committed Oct 5, 2023
1 parent bc19b78 commit 0874a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Lightweight alternative to [context.vim](https://github.com/wellle/context.vim)

## Requirements

Neovim >= v0.8.2
Neovim >= v0.9.0

Note: if you need support for Neovim 0.6.x please use the tag `compat/0.6`.

Expand Down

0 comments on commit 0874a79

Please sign in to comment.