Skip to content

Commit

Permalink
⚡ run deno task doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
yukimemi committed Jan 8, 2024
1 parent 48afeb7 commit 651079f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,15 @@ dvpm.add({ url: "yukimemi/futago.vim" });

# Commands

`:FutagoStart`
`:FutagoStart [opener]`

Start Futago chat.
Enter the prompt, save buffer, and the chat will be sent.

[opener]: Optional. Default is "tabnew".

Options are "split", "vsplit", "tabnew", "edit", "new", "vnew".

# Config

No settings are required. However, the following settings can be made if necessary.
Expand Down
6 changes: 5 additions & 1 deletion doc/futago.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,15 @@ Usage ~
Commands ~
*futago-commands*

`:FutagoStart` *:FutagoStart*
`:FutagoStart [opener]` *:FutagoStart*

Start Futago chat.
Enter the prompt, save buffer, and the chat will be sent.

[opener]: Optional. Default is "tabnew".

Options are "split", "vsplit", "tabnew", "edit", "new", "vnew".

=============================================================================
Config ~
*futago-config*
Expand Down

0 comments on commit 651079f

Please sign in to comment.