Skip to content

Commit

Permalink
⚡ Fix doc indent.
Browse files Browse the repository at this point in the history
  • Loading branch information
yukimemi committed Jan 7, 2024
1 parent d53b823 commit a77bff5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ dvpm.add({ url: "yukimemi/futago.vim" });

# Commands

`:FutagStart`
`:FutagStart`

Start Futago chat.

# Config

No settings are required. However, the following settings can be made if necessary.

`g:futago_debug`
`g:futago_debug`
Enable debug messages.
default is v:false

Expand Down
4 changes: 2 additions & 2 deletions doc/futago.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Usage ~
Commands ~
*futago-commands*

`:FutagStart` *:FutagStart*
`:FutagStart` *:FutagStart*

Start Futago chat.

Expand All @@ -59,7 +59,7 @@ Config ~

No settings are required. However, the following settings can be made if necessary.

`g:futago_debug` *g:futago_debug*
`g:futago_debug` *g:futago_debug*
Enable debug messages.
default is v:false

Expand Down
4 changes: 2 additions & 2 deletions pod/futago.pod
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ dvpm.add({ url: "yukimemi/futago.vim" });

=head1 Commands X<futago-commands>

C<:FutagStart> X<:FutagStart>
C<:FutagStart> X<:FutagStart>

Start Futago chat.

=head1 Config X<futago-config>

No settings are required. However, the following settings can be made if necessary.

C<g:futago_debug> X<g:futago_debug>
C<g:futago_debug> X<g:futago_debug>
Enable debug messages.
default is v:false

Expand Down

0 comments on commit a77bff5

Please sign in to comment.