Skip to content

Commit

Permalink
chore(build): auto-generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
folke authored and github-actions[bot] committed Jul 22, 2024
1 parent e67fee6 commit e572509
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/trouble.nvim.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*trouble.nvim.txt* For Neovim Last change: 2024 July 21
*trouble.nvim.txt* For Neovim Last change: 2024 July 22

==============================================================================
Table of Contents *trouble.nvim-table-of-contents*
Expand Down Expand Up @@ -352,16 +352,16 @@ Some examples:
- `Trouble diagnostics toggle focus=false filter.buf=0`
- Show document symbols on the right of the current window.
Keep the document symbols in sync with the buffer you started the command in.
- `Trouble symbols toggle pinned=true results.win.relative=win results.win.position=right`
- `Trouble symbols toggle pinned=true win.relative=win win.position=right`
- You can use **lua** code in the options for the `Trouble` command.
The examples below all do the same thing.
- `Trouble diagnostics filter.severity=vim.diagnostic.severity.ERROR`
- `Trouble diagnostics filter.severity = vim.diagnostic.severity.ERROR`
- `Trouble diagnostics filter = { severity=vim.diagnostic.severity.ERROR }`
- Merging of nested options, with or without quoting strings:
- `Trouble diagnostics results.win.type = split result.win.position=right`
- `Trouble diagnostics results.win = { type = split, position=right}`
- `Trouble diagnostics results.win = { type = "split", position='right'}`
- `Trouble diagnostics win.type = split win.position=right`
- `Trouble diagnostics win = { type = split, position=right}`
- `Trouble diagnostics win = { type = "split", position='right'}`

Please refer to the API section for more information on the available actions
and options.
Expand Down

0 comments on commit e572509

Please # to comment.