Skip to content

Commit

Permalink
Regenerate vimdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian authored and github-actions[bot] committed Oct 19, 2024
1 parent 8299c71 commit 5acde12
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions doc/lean.txt
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ lsp.enable() *lsp.enable*


lsp.client_for({bufnr}) *lsp.client_for*
Find the vim.lsp.Client attached to the given buffer.
Find the `vim.lsp.Client` attached to the given buffer.

Parameters: ~
{bufnr} (number)
Expand All @@ -295,28 +295,36 @@ lsp.client_for({bufnr}) *lsp.client_for*
(vim.lsp.Client)


PlainGoal *PlainGoal*

Fields: ~
{rendered} (string) The goals as pretty-printed Markdown, or something like "no goals" if accomplished.
{goals} (string[]) The pretty-printed goals, empty if all accomplished.


lsp.plain_goal({params}, {bufnr}) *lsp.plain_goal*
Fetch goal state information from the server (async).

Parameters: ~
{params} (lsp.TextDocumentPositionParams)
{bufnr} (number)
{bufnr} (number) @return LspError? error
@return PlainGoal? plain_goal

Returns: ~
(any) error
(any) plain_goal

PlainTermGoal *PlainTermGoal*

Fields: ~
{goal} (string)
{range} (lsp.Range)


lsp.plain_term_goal({params}, {bufnr}) *lsp.plain_term_goal*
Fetch term goal state information from the server (async).

Parameters: ~
{params} (lsp.TextDocumentPositionParams)
{bufnr} (number)

Returns: ~
(any) error
(any) plain_term_goal
{bufnr} (number) @return LspError? error
@return PlainTermGoal? plain_term_goal


LeanFileProgressParams *LeanFileProgressParams*
Expand Down

0 comments on commit 5acde12

Please sign in to comment.