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 Oct 21, 2023
1 parent c121ecd commit 864df21
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/hurl.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@ USAGE *hurl.nvim-usage*
{
"jellydn/hurl.nvim",
ft = "hurl",
dependencies = { "MunifTanjim/nui.nvim" },
cmd = { "HurlRun" },
opts = {
debug = true, -- default is false
-- Show debugging info
debug = true,
-- Show response in popup or in quick list
-- popup | quickfix
mode = "popup", --
},
keys = {
-- Run API request
Expand Down

0 comments on commit 864df21

Please sign in to comment.