Skip to content

Commit 3f45aa9

Browse files
authored
ci: format vimdoc help file (#11)
## Problem Help file had 79-column separators and unaligned heading tags. ## Solution Format with `vimdoc-language-server`.
1 parent 2475bcd commit 3f45aa9

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

doc/http-codes.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,32 @@
33
Author: Barrett Ruth <https://barrettruth.com>
44
Homepage: <https://github.com/barrett-ruth/http-codes.nvim>
55

6-
===============================================================================
6+
==============================================================================
77
INTRODUCTION *http-codes.nvim*
88

99
http-codes.nvim lets you quickly investigate HTTP status codes using Mozilla
1010
documentation, with telescope, fzf-lua, and snacks.nvim integrations.
1111

12-
===============================================================================
13-
USAGE *:HTTPCodes*
12+
==============================================================================
13+
USAGE *:HTTPCodes*
1414

1515
>vim
1616
:HTTPCodes
1717
<
1818

19-
===============================================================================
20-
MAPPINGS *http-codes-mappings*
19+
==============================================================================
20+
MAPPINGS *http-codes-mappings*
2121

22-
*<Plug>(http-codes-pick)*
22+
*<Plug>(http-codes-pick)*
2323
<Plug>(http-codes-pick) Open the HTTP status code picker.
2424
Equivalent to |:HTTPCodes|.
2525

2626
Example configuration: >lua
2727
vim.keymap.set('n', '<leader>hc', '<Plug>(http-codes-pick)')
2828
<
2929

30-
===============================================================================
31-
CONFIGURATION *vim.g.http_codes*
30+
==============================================================================
31+
CONFIGURATION *vim.g.http_codes*
3232

3333
Configure via `vim.g.http_codes`:
3434

@@ -49,5 +49,5 @@ Default `open_url` by operating system:
4949
macOS open %s
5050
Linux xdg-open %s
5151

52-
-------------------------------------------------------------------------------
52+
------------------------------------------------------------------------------
5353
vim:tw=80:ts=8:ft=help:

0 commit comments

Comments
 (0)