lazy.nvim/lua/lazy/view
JINNOUCHI Yasushi f15a93907d
fix(ui): do not show virt_lines for messages (#1904)
## Description

<!-- Describe the big picture of your changes to communicate to the
maintainers
  why we should accept this pull request. -->

https://github.com/neovim/neovim/pull/31959 has introduced virtual lines
for showing diagnostics. If this is enabled (default value), messages
from lazy.nvim, such as `update available` are shown as virtual lines in
addition to virtual texts.

## Related Issue(s)

<!--
  If this PR fixes any issues, please link to the issue here.
  - Fixes #<issue_number>
-->

## Screenshots

<!-- Add screenshots of the changes if applicable. -->

* ***before***
- <img width="592" alt="スクリーンショット 2025-01-27 16 42 27"
src="https://github.com/user-attachments/assets/6994ac84-4862-4532-81ee-80f4015181e5"
/>
* ***after***
- <img width="585" alt="スクリーンショット 2025-01-27 16 42 58"
src="https://github.com/user-attachments/assets/d19f63dc-fb6d-434f-89cf-a0bc49d31c5f"
/>
2025-02-06 07:53:12 +01:00
..
colors.lua refactor: logging 2024-06-26 18:31:31 +02:00
commands.lua fix(completion): check if command string is a prefix of Lazy (#1760) 2024-10-02 09:52:51 +02:00
config.lua feat(ui): use [[ & ]] to navigate between plugins. Fixes #1463 2024-06-29 14:23:31 +02:00
diff.lua fix(diffview): fixed parameter for showing single commit with DiffView. Fixes #304 2023-01-09 08:05:32 +01:00
float.lua feat(ui): added mapping descriptions 2024-07-18 00:40:42 +02:00
init.lua feat(ui): added mapping descriptions 2024-07-18 00:40:42 +02:00
render.lua fix(ui): do not show virt_lines for messages (#1904) 2025-02-06 07:53:12 +01:00
sections.lua refactor: async processes 2024-06-28 16:08:26 +02:00
text.lua ci: make simple test script 2024-06-27 12:48:50 +02:00