Skip to content

Releases: folke/noice.nvim

v1.10.0

23 Mar 07:00
f8b1a72
Compare
Choose a tag to compare

1.10.0 (2023-03-23)

Features

  • cmdline: added cmdline support for :lua= and := (acfa513)

v1.9.5

19 Mar 20:00
92b058a
Compare
Choose a tag to compare

1.9.5 (2023-03-19)

Bug Fixes

  • views: dont highlight CurSearch for some views. Fixes #399 (0c493e5)

v1.9.4

15 Mar 08:03
283eee6
Compare
Choose a tag to compare

1.9.4 (2023-03-15)

Bug Fixes

  • markdown: better check to see if a ts parser is available. Fixes #397 (d60bee1)
  • markdown: strip "\r" chars (4d2801b)

v1.9.3

14 Mar 11:07
a132d42
Compare
Choose a tag to compare

1.9.3 (2023-03-14)

Bug Fixes

  • cmdline: dont use normal commands so ModeChanged will trigger correctly. Fixes #390 (fa7b6a1)

v1.9.2

12 Mar 17:37
e2a04d4
Compare
Choose a tag to compare

1.9.2 (2023-03-12)

Bug Fixes

  • cmdline: make sure cursor is always visible (2f0a427)
  • config: allow overriding options set by presets (5a1bf17)
  • config: correctly set the presets (e5cb84f)

v1.9.1

03 Mar 22:35
c226516
Compare
Choose a tag to compare

1.9.1 (2023-03-03)

Bug Fixes

  • health: correctly check if lsp.message is enabled (#381) (1ff6b10)

v1.9.0

03 Mar 19:13
38e42e1
Compare
Choose a tag to compare

1.9.0 (2023-03-03)

Features

  • lsp: fallback to buffer filetype for code blocks without lang. Fixes #378 (cab2c80)

Bug Fixes

  • treesitter: use the new treesitter ft to lang API if availble. Fixes #378 (36d141b)

v1.8.3

02 Mar 06:51
f148923
Compare
Choose a tag to compare

1.8.3 (2023-03-02)

Bug Fixes

  • notify: take col offsets into account for nvim-notify renderers. Fixes #375 (20596d9)

v1.8.2

07 Feb 21:03
d8a1f30
Compare
Choose a tag to compare

1.8.2 (2023-02-07)

Bug Fixes

  • signature: when loading, attach to existing lsp clients. Fixes #342 (f69f1a5)

v1.8.1

06 Feb 21:18
a83b5fb
Compare
Choose a tag to compare

1.8.1 (2023-02-06)

Bug Fixes