diff --git a/README.md b/README.md index e1a970b..769fa2b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,26 @@

Welcome to hurl.nvim 👋

- TBD + 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 + +- [Usage](#usage) +- [Features](#features) +- [Credits](#credits) +- [Show your support](#show-your-support) + + +## Features + +- 🚀 Execute HTTP requests directly from `.hurl` files. +- 👁‍🗨 Multiple display modes for API response: popup or quickfix. +- 🌈 Highly customizable through Neovim settings. + ## Usage +Add the following configuration to your Neovim setup: + ```lua { "jellydn/hurl.nvim", @@ -30,7 +46,8 @@ ## Credits -Inspired by [ray-x/web-tools.nvim: Neovim plugin for web developers](https://github.com/ray-x/web-tools.nvim) +- 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! diff --git a/hurl.txt b/hurl.txt index 01b8e1f..8efdd19 100644 --- a/hurl.txt +++ b/hurl.txt @@ -27,3 +27,4 @@ systemlist bufnr Tanjim quickfix +Munif