Files
neovim/test/functional
Gregory Anders 51ccd12b3d fix(diagnostic)!: make virtual text handler opt-in (#32079)
Making this opt-out (on by default) was the wrong choice from the
beginning. It is too visually noisy to be enabled by default.

BREAKING CHANGE: Users must opt-in to the diagnostic virtual text
handler by adding

  vim.diagnostic.config({ virtual_text = true })

to their config.
2025-01-18 07:43:21 -06:00
..
2025-01-05 17:10:16 -08:00
2024-11-21 06:50:30 +08:00
2025-01-13 01:41:49 -08:00
2024-04-23 18:17:04 +02:00