From 62a676d479815ab5dfce8eabb0ea0840114681aa Mon Sep 17 00:00:00 2001 From: Huynh Duc Dung Date: Sun, 2 Jun 2024 23:46:20 +0800 Subject: [PATCH] chore: add todo for --json flag --- README.md | 2 +- lua/hurl/main.lua | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 063e869..9b3eff3 100644 --- a/README.md +++ b/README.md @@ -324,7 +324,7 @@ For example, here is my [autocmd](https://github.com/jellydn/lazy-nvim-ide/commi ## Show your support -If this guide has been helpful, please give it a ⭐️. +If this plugin has been helpful, please give it a ⭐️. [![kofi](https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge&logo=ko-fi&logoColor=white)](https://ko-fi.com/dunghd) [![paypal](https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white)](https://paypal.me/dunghd) diff --git a/lua/hurl/main.lua b/lua/hurl/main.lua index f14212c..a59fe61 100644 --- a/lua/hurl/main.lua +++ b/lua/hurl/main.lua @@ -4,6 +4,7 @@ local spinner = require('hurl.spinner') local M = {} +-- TODO: Refactor to use --json to run the hurl command local response = {} local head_state = '' local is_running = false