Trouble.nvim Versions Save

🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing.

v2.10.0

6 months ago

2.10.0 (2023-10-18)

Features

  • open({focus=false}) now works as intended (600fe24)

Bug Fixes

  • auto_open: dont steal focus on auto open. Fixes #344 (1f00b6f)

v2.9.1

6 months ago

2.9.1 (2023-10-09)

Bug Fixes

v2.9.0

6 months ago

2.9.0 (2023-10-07)

Features

  • Make floating window configuration customizable (#310) (ef0336a)

Bug Fixes

  • check that view is valid before render and focus (#319) (81e1643)
  • only filter msg if sev is hardcoded (#328) (0ccc43d)
  • qf: properly deal with invalid qf entries. Fixes #87. Fixes #188. Fixes #336 (46b60e9)

v2.8.0

9 months ago

2.8.0 (2023-07-25)

Features

  • Create Configuration for IncludeDeclaration (#312) (7691d93)

v2.7.0

9 months ago

2.7.0 (2023-07-25)

Features

  • Expose help action (#311) (467dc20)
  • Use code descriptions for opening URIs with extra information (#309) (d2b0f1d)

v2.6.0

9 months ago

2.6.0 (2023-07-22)

Features

  • make multiline the default (1f2eb71)

v2.5.0

9 months ago

2.5.0 (2023-07-22)

Features

v2.4.0

9 months ago

2.4.0 (2023-07-16)

Features

  • add option to control cycling of result list (#302) (e7805dc)
  • rendering messages from provider (#304) (a66a78b)

Bug Fixes

  • Check parent window is valid before setting active (#291) (c14786d)
  • move end of doc pos to last line. Fixes #151 (cb4da04)

v2.3.0

11 months ago

2.3.0 (2023-05-25)

Features

  • filter diagnostics by severity level (#285) (b1f607f)

v2.2.3

11 months ago

2.2.3 (2023-05-22)

Bug Fixes