Releases: folke/noice.nvim
Releases · folke/noice.nvim
v1.11.0
1.11.0 (2023-04-16)
Features
- lsp: added config.lsp.hover.silent. Fixes #412 (e2a53cf)
- signature: added signature param docs. Fixes #421 (e76ae13)
Bug Fixes
v1.10.2
1.10.2 (2023-03-26)
Bug Fixes
- icons: removed all obsolete icons thanks to nerdfix (cf6a194)
v1.10.0
1.10.0 (2023-03-23)
Features
- cmdline: added cmdline support for
:lua=
and :=
(acfa513)
v1.9.5
1.9.5 (2023-03-19)
Bug Fixes
- views: dont highlight CurSearch for some views. Fixes #399 (0c493e5)
v1.9.4
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
1.9.3 (2023-03-14)
Bug Fixes
- cmdline: dont use normal commands so ModeChanged will trigger correctly. Fixes #390 (fa7b6a1)
v1.9.2
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
1.9.1 (2023-03-03)
Bug Fixes
- health: correctly check if lsp.message is enabled (#381) (1ff6b10)
v1.9.0
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)