mirror of
https://github.com/neovim/neovim.git
synced 2026-01-20 20:21:50 +10:00
Rather than treating virtual_text, signs, and underline specially, introduce the concept of generic "handlers", of which those three are simply the defaults bundled with Nvim. Handlers are called in `vim.diagnostic.show()` and `vim.diagnostic.hide()` and are used to handle how diagnostics are displayed.
46 KiB
46 KiB