diff options
author | Gregory Anders <greg@gpanders.com> | 2025-01-18 07:43:21 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-18 07:43:21 -0600 |
commit | 51ccd12b3dbc50300e83f503426abbcb605efcea (patch) | |
tree | ace2031735df7a7dc227deb33efd05a477eff7cb /test/functional/lua/thread_spec.lua | |
parent | 954d4969c991be1a758c121be6f7d811b5e5cea1 (diff) | |
download | rneovim-51ccd12b3dbc50300e83f503426abbcb605efcea.tar.gz rneovim-51ccd12b3dbc50300e83f503426abbcb605efcea.tar.bz2 rneovim-51ccd12b3dbc50300e83f503426abbcb605efcea.zip |
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.
Diffstat (limited to 'test/functional/lua/thread_spec.lua')
0 files changed, 0 insertions, 0 deletions