Skip to content

Commit

Permalink
Merge pull request #22 from julienvincent/jv/version-warning
Browse files Browse the repository at this point in the history
Add a warning that this only works on 0.10
  • Loading branch information
gorillamoe authored Jul 3, 2024
2 parents 2131f7d + 5a974e9 commit 7af0241
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ require('lazy').setup({
},
})
```

> [!WARNING]
> Requires Neovim 0.10.0+
2 changes: 1 addition & 1 deletion docs/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Neovim

- [Neovim](https://github.com/neovim/neovim) (tested with 0.10.0)
- [Neovim](https://github.com/neovim/neovim) 0.10.0+
- [Treesitter for HTTP](https://github.com/nvim-treesitter/nvim-treesitter?tab=readme-ov-file#supported-languages) (`:TSInstall http`)

### cURL
Expand Down

0 comments on commit 7af0241

Please sign in to comment.