-- Disable inline hints by default.
return {
	"neovim/nvim-lspconfig",
	opts = {
		inlay_hints = { enabled = false },
	},
}