diff --git a/README.md b/README.md index 64ffae0..04ef9cf 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,17 @@ Hurl.nvim is a Neovim plugin designed to run HTTP requests directly from `.hurl` files. Elevate your API development workflow by executing and viewing responses without leaving your editor.

+> [!IMPORTANT] +> Version 2 is in development! We're working on making hurl.nvim even better. Try out the [canary branch](https://github.com/jellydn/hurl.nvim/pull/207) and share your feedback: +> ```bash +> { +> "jellydn/hurl.nvim", +> branch = "canary", +> -- ... rest of your configuration +> } +> ``` + + [![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors-) diff --git a/doc/hurl.nvim.txt b/doc/hurl.nvim.txt index 73dec2f..0e3e438 100644 --- a/doc/hurl.nvim.txt +++ b/doc/hurl.nvim.txt @@ -1,4 +1,4 @@ -*hurl.nvim.txt* For NVIM v0.8.0 Last change: 2024 October 22 +*hurl.nvim.txt* For NVIM v0.8.0 Last change: 2024 October 29 ============================================================================== Table of Contents *hurl.nvim-table-of-contents* @@ -20,7 +20,18 @@ Table of Contents *hurl.nvim-table-of-contents* - Show your support |hurl.nvim-show-your-support| - Contributors ✨ |hurl.nvim-contributors-✨| 1. Links |hurl.nvim-links| -Welcome to hurl.nvim 👋Hurl.nvim is a Neovim plugin designed to run HTTP requests directly from `.hurl` files. Elevate your API development workflow by executing and viewing responses without leaving your editor.|hurl.nvim-| +Welcome to hurl.nvim 👋Hurl.nvim is a Neovim plugin designed to run HTTP requests directly from `.hurl` files. Elevate your API development workflow by executing and viewing responses without leaving your editor. + [!IMPORTANT] Version 2 is in development! We’re working on making hurl.nvim + even better. Try out the canary branch + and share your feedback: + >bash + { + "jellydn/hurl.nvim", + branch = "canary", + -- ... rest of your configuration + } + < +|hurl.nvim-|