lazy.nvim/lua/lazy
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
..
community chore(build): auto-generate rockspec mappings 2025-01-30 19:19:03 +00:00
core ci: remove debug 2025-01-30 20:14:57 +01:00
manage fix(plugin): don't check if dir exists for virtual plugins 2024-12-07 11:52:43 +01:00
pkg fix(rockspec): allow binary lua files. Fixes #1800 2024-11-04 11:46:48 +01:00
view fix(ui): do not show virt_lines for messages (#1904) 2025-02-06 07:53:12 +01:00
async.lua fix(async): make asyncs abortable 2024-06-30 13:35:14 +02:00
build.lua ci: added neo to rockspec patterns 2024-06-26 06:22:23 +02:00
docs.lua ci: docgen fixes 2024-11-20 09:24:28 +01:00
example.lua style: fix some typo (#1496) 2024-06-03 09:18:43 +02:00
health.lua fix(health): dont use vim.fn.system to get cmd versions 2024-07-22 14:38:00 +02:00
help.lua fix(help): get rid of any tbl_flatten or iter flatten code 2024-05-19 17:29:43 +02:00
init.lua docs: make bootstrap work on stable and nightly. Fixes #1391 2024-03-27 09:23:19 +01:00
minit.lua ci: add luassert to minitest for now 2024-07-13 09:45:01 +02:00
state.lua style: sort requires 2023-10-09 11:25:42 +02:00
stats.lua feat(profiling): merge VeryLazy stats and show startuptime in profile view 2024-07-04 15:17:10 +02:00
status.lua feat(ui): added statusline component to show pending updates 2022-12-05 20:49:45 +01:00
terminal.lua feat: added opts.headless to control ansi output when running headless 2024-06-26 21:38:28 +02:00
types.lua fix(types): ensure all fields for LazyPluginSpec are optional (#1843) 2024-12-09 22:40:21 +01:00
util.lua fix(process): deal with process errors 2024-06-29 13:52:50 +02:00