Skip to content

Commit

Permalink
feat: Updated doc/hurl.nvim.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Mar 1, 2024
1 parent c13da3a commit ba58e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/hurl.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand Down

0 comments on commit ba58e0d

Please sign in to comment.