Skip to content

Commit 41002bb

Browse files
committed
chore: Undo auto-formatting and update README
1 parent 6e4b5fb commit 41002bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ vim.g.rest_nvim = {
112112
local default_config = {
113113
---@type table<string, fun():string> Table of custom dynamic variables
114114
custom_dynamic_variables = {},
115-
---@type table<string, rest.Opts.DirectiveFn> Table of custom directives
115+
---@type rest.Opts.Directives Table of custom directives
116116
custom_directives = {},
117117
---@class rest.Config.Request
118118
request = {

lua/rest-nvim/config/default.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ local default_config = {
4242
---See `man curl` for `--write-out` flag
4343
---@type RestStatisticsStyle[]
4444
statistics = {
45-
{ id = "time_total", winbar = "take", title = "Time taken" },
45+
{ id = "time_total", winbar = "take", title = "Time taken" },
4646
{ id = "size_download", winbar = "size", title = "Download size" },
4747
},
4848
---Curl-secific request/response hooks

0 commit comments

Comments
 (0)