Skip to content

Commit

Permalink
Merge branch 'main' into canary
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn authored Oct 29, 2024
2 parents 8b8f0f8 + 015c71f commit eaea7a3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
<strong>Hurl.nvim</strong> 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.
</p>

> [!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-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors-)
Expand Down
15 changes: 13 additions & 2 deletions doc/hurl.nvim.txt
Original file line number Diff line number Diff line change
@@ -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*
Expand All @@ -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
<https://github.com/jellydn/hurl.nvim/pull/207> and share your feedback:
>bash
{
"jellydn/hurl.nvim",
branch = "canary",
-- ... rest of your configuration
}
<
|hurl.nvim-|

<https://www.youtube.com/watch?v=nr_RbHvnnwk>

Expand Down

0 comments on commit eaea7a3

Please sign in to comment.