Skip to content

Commit

Permalink
docs: add stats to available winbar panes
Browse files Browse the repository at this point in the history
  • Loading branch information
Foo-x committed Oct 19, 2024
1 parent c1eebbd commit dd9efdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/docs/getting-started/configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ the Kulala plugin with the available `opts`:
winbar = false,

-- Specify the panes to be displayed by default
-- Current avaliable pane contains { "body", "headers", "headers_body", "script_output" },
-- Current avaliable pane contains { "body", "headers", "headers_body", "script_output", "stats" },
default_winbar_panes = { "body", "headers", "headers_body" },

-- enable reading vscode rest client environment variables
Expand Down Expand Up @@ -157,6 +157,7 @@ Possible values:
- `headers`
- `headers_body`
- `script_output`
- `stats`

Default: `body`

Expand Down
2 changes: 1 addition & 1 deletion lua/kulala/config/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ M.defaults = {
-- enable winbar
winbar = false,
-- Specify the panes to be displayed by default
-- Current avaliable pane contains { "body", "headers", "headers_body", "script_output" },
-- Current avaliable pane contains { "body", "headers", "headers_body", "script_output", "stats" },
default_winbar_panes = { "body", "headers", "headers_body" },
-- enable reading vscode rest client environment variables
vscode_rest_client_environmentvars = false,
Expand Down

0 comments on commit dd9efdc

Please sign in to comment.