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 Mar 28, 2024
1 parent c16f7f6 commit 811db2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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 March 19
*hurl.nvim.txt* For NVIM v0.8.0 Last change: 2024 March 28

==============================================================================
Table of Contents *hurl.nvim-table-of-contents*
Expand All @@ -16,6 +16,7 @@ Table of Contents *hurl.nvim-table-of-contents*
- Author |hurl.nvim-author|
- 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-|

<https://www.youtube.com/watch?v=nr_RbHvnnwk>
Expand All @@ -38,6 +39,7 @@ Add the following configuration to your Neovim setup with lazy.nvim
"jellydn/hurl.nvim",
dependencies = {
"MunifTanjim/nui.nvim",
"nvim-lua/plenary.nvim",
"nvim-treesitter/nvim-treesitter"
},
ft = "hurl",
Expand Down

0 comments on commit 811db2a

Please sign in to comment.