File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed
Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -187,20 +187,14 @@ local default_config = {
187187 --- @see vim.log.levels
188188 --- @type integer log level
189189 _log_level = vim .log .levels .WARN ,
190- --- @class rest.Config.DebugInfo
191- _debug_info = {
192- -- NOTE: default option is `nil` to prevent overwriting as empty array
193- --- @type string[]
194- unrecognized_configs = nil ,
195- },
196190}
197191```
198192<!-- default-config:end -->
199193
200194## Usage
201195
202- Create a new http file or open an existing one and run the < kbd > : Rest run {name}</ kbd > command, or
203- just place the cursor over the request and simply run < kbd > : Rest run</ kbd > .
196+ Create a new http file or open an existing one and run the ` :Rest run {name} ` command, or
197+ just place the cursor over the request and simply run ` :Rest run ` .
204198
205199### HTTP file syntax
206200
@@ -321,9 +315,9 @@ Here is a preview of the component working :)
321315## Contribute
322316
3233171 . Fork it (https://github.com/rest-nvim/rest.nvim/fork )
324- 2 . Create your feature branch (< kbd > git checkout -b my-new-feature</ kbd > )
325- 3 . Commit your changes (< kbd > git commit -am 'feat: add some feature'</ kbd > )
326- 4 . Push to the branch (< kbd > git push -u origin my-new-feature</ kbd > )
318+ 2 . Create your feature branch (` git checkout -b my-new-feature ` )
319+ 3 . Commit your changes (` git commit -am 'feat: add some feature' ` )
320+ 4 . Push to the branch (` git push -u origin my-new-feature ` )
3273215 . Create a new Pull Request
328322
329323> [ !IMPORTANT]
You can’t perform that action at this time.
0 commit comments