From c13da3aee58dce8c2e71a7e8be986207b227f6ce Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 12:27:19 +0000 Subject: [PATCH 1/2] feat: Updated doc/hurl.nvim.txt --- doc/hurl.nvim.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/hurl.nvim.txt b/doc/hurl.nvim.txt index f05535d..2575a4e 100644 --- a/doc/hurl.nvim.txt +++ b/doc/hurl.nvim.txt @@ -47,8 +47,8 @@ Add the following configuration to your Neovim setup with lazy.nvim formatters = { json = { 'jq' }, -- Make sure you have install jq in your system, e.g: brew install jq html = { - 'prettier', -- Make sure you have install prettier in your system, e.g: npm install -g prettier - '--parser', + 'prettier', -- Make sure you have installed prettier in your system, e.g: npm install -g prettier + '--parser', 'html', }, }, From ba58e0d6153e82b1b1f186de633d8fe8548c99e9 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 12:29:22 +0000 Subject: [PATCH 2/2] feat: Updated doc/hurl.nvim.txt --- doc/hurl.nvim.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/hurl.nvim.txt b/doc/hurl.nvim.txt index 2575a4e..de96f0c 100644 --- a/doc/hurl.nvim.txt +++ b/doc/hurl.nvim.txt @@ -47,7 +47,7 @@ Add the following configuration to your Neovim setup with lazy.nvim formatters = { json = { 'jq' }, -- Make sure you have install jq in your system, e.g: brew install jq html = { - 'prettier', -- Make sure you have installed prettier in your system, e.g: npm install -g prettier + 'prettier',-- Make sure you have installed prettier in your system, e.g: npm install -g prettier '--parser', 'html', },