Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
chore: generated vimdoc (#182)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored and lukas-reineke committed Dec 22, 2021
1 parent 6be9ca2 commit 4893372
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions doc/feline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -901,9 +901,12 @@ configured and at least one LSP client to be attached to the current buffer,
else they’ll have no output.

The diagnostics provider also provides a utility function
`require('feline.providers.lsp').diagnostics_exist(type)` for checking if any
diagnostics of the provided type exists. The values of `type` must be one of
`'Error'`, `'Warning'`, `'Hint'` or `'Information'`.
`require('feline.providers.lsp').diagnostics_exist` for checking if any
diagnostics exists. You can also optionally provide a `severity` function
argument to only check for diagnostics of that severity. The value of
`severity` must be one of the Neovim diagnostic API severities (eg:
`vim.diagnostic.severity.WARN`). For more info on diagnostic severities, do
`:help vim.diagnostic.severity` in Neovim.

THEMES *feline-themes*

Expand Down

0 comments on commit 4893372

Please sign in to comment.