From b6406dfe654a85e79a06001f82b03f584cf76d16 Mon Sep 17 00:00:00 2001 From: Rob Wilson Date: Tue, 15 Aug 2023 10:27:11 +0100 Subject: [PATCH] Update docs --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3eb84e4..85811bb 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,10 @@ Available hints: config = function() require("action-hints").setup({ template = { - { " ⊛", "ActionHintsDefinition" }, - { " ↱%s", "ActionHintsReferences" }, + definition = { text = " ⊛", color = "#add8e6" }, + references = { text = " ↱%s", color = "#ff6666" }, }, use_virtual_text = true, - definition_color = "#add8e6", - reference_color = "#ff6666", }) end, },