File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -334,16 +334,16 @@ Some examples:
334
334
- ` Trouble diagnostics toggle focus=false filter.buf=0 `
335
335
- Show document symbols on the right of the current window.
336
336
Keep the document symbols in sync with the buffer you started the command in.
337
- - ` Trouble symbols toggle pinned=true results. win.relative=win results. win.position=right `
337
+ - ` Trouble symbols toggle pinned=true win.relative=win win.position=right `
338
338
- You can use ** lua** code in the options for the ` Trouble ` command.
339
339
The examples below all do the same thing.
340
340
- ` Trouble diagnostics filter.severity=vim.diagnostic.severity.ERROR `
341
341
- ` Trouble diagnostics filter.severity = vim.diagnostic.severity.ERROR `
342
342
- ` Trouble diagnostics filter = { severity=vim.diagnostic.severity.ERROR } `
343
343
- Merging of nested options, with or without quoting strings:
344
- - ` Trouble diagnostics results. win.type = split result. win.position=right `
345
- - ` Trouble diagnostics results. win = { type = split, position=right} `
346
- - ` Trouble diagnostics results. win = { type = "split", position='right'} `
344
+ - ` Trouble diagnostics win.type = split win.position=right `
345
+ - ` Trouble diagnostics win = { type = split, position=right} `
346
+ - ` Trouble diagnostics win = { type = "split", position='right'} `
347
347
348
348
Please refer to the API section for more information on the available actions and options.
349
349
You can’t perform that action at this time.
0 commit comments