๐Ÿ“ฆ yochem / chime.nvim

๐Ÿ“„ chime.lua ยท 6 lines
1
2
3
4
5
6vim.diagnostic.handlers['chime'] = {
	show = function()
		require('chime').handler()
	end
}