v3.2.0
版本发布时间: 2024-06-06 18:49:09
folke/trouble.nvim最新发布版本:v3.6.0(2024-07-21 21:53:58)
3.2.0 (2024-06-06)
Features
- lsp: add incoming/outgoing calls to lsp mode (8adafc1)
- lsp: added support for showing locations from lsp execute commands (b1d16ac)
- promise class (84f0c6d)
Bug Fixes
- api: show error when an invalid mode was used. Fixes #465 (4b1914c)
- format: pos format. See #472 (abdfa1d)
- lsp: check for nil on faulty lsp results (d7f69ff)
- lsp: dont process nil results (06a4892)
- lsp: send request only to needed clients (c147a75)
- lsp: use document uri of document symbols don't have an uri set. Fixes #480 (358f0ee)
- preview: hide winbar when previewing in main. Fixes #464 (250ea79)
- preview: respect fold settings. Fixes #459 (29d1bb8)
- preview: set correct extmark priorities in preview highlight. Fixes #476 (13ad959)
- view: correctly set folding options to wo. See #477 (9151797)
- view: ensure fold settings are correct for the trouble views. See #477 (b5181b6)
- view: execute actions on first render (97bfb74)
- window: account for winbar for preview in main. Fixes #468 (23ded52)
- window: set default winblend=0. See #468 (e296940)
Performance Improvements
- use promises for fetching sections (e49a490)