mirror of
https://github.com/neovim/neovim.git
synced 2024-12-21 19:55:04 -07:00
e921e98ce3
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. |
||
---|---|---|
.. | ||
vim | ||
health.lua | ||
man.lua |