Skip to content

Commit

Permalink
chore(doc): auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 21, 2023
1 parent c8cc7ff commit c325d11
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions doc/hurl.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,30 @@
==============================================================================
Table of Contents *hurl.nvim-table-of-contents*

- Table of Contents |hurl.nvim-table-of-contents|
- Features |hurl.nvim-features|
- Usage |hurl.nvim-usage|
- Credits |hurl.nvim-credits|
Welcome to hurl.nvim 👋TBD
Welcome to hurl.nvim 👋Hurl.nvim is a Neovim plugin that brings the power of the Hurl command line tool into your editor. Designed to run HTTP requests from `.hurl` files, this plugin simplifies the API development process, making it both efficient and versatile.
TABLE OF CONTENTS *hurl.nvim-table-of-contents*

- |hurl.nvim-usage|
- |hurl.nvim-features|
- |hurl.nvim-credits|
- |hurl.nvim-show-your-support|


FEATURES *hurl.nvim-features*

- 🚀 Execute HTTP requests directly from `.hurl` files.
- 👁‍🗨 Multiple display modes for API response: popup or quickfix.
- 🌈 Highly customizable through Neovim settings.


USAGE *hurl.nvim-usage*

Add the following configuration to your Neovim setup:

>lua
{
"jellydn/hurl.nvim",
Expand All @@ -34,8 +53,9 @@ USAGE *hurl.nvim-usage*

CREDITS *hurl.nvim-credits*

Inspired by ray-x/web-tools.nvim: Neovim plugin for web developers
<https://github.com/ray-x/web-tools.nvim> ## Show your support
- Inspired by ray-x/web-tools.nvim: Neovim plugin for web developers <https://github.com/ray-x/web-tools.nvim>
- Utilize MunifTanjim/nui.nvim: UI components for Neovim plugins and configurations <https://github.com/MunifTanjim/nui.nvim>
## Show your support

Give a ⭐️ if this project helped you!

Expand Down

0 comments on commit c325d11

Please sign in to comment.