From 55f223f5c7c55adaec6a9d9637e24cfecbdfc1bc Mon Sep 17 00:00:00 2001 From: sventec Date: Sat, 9 Mar 2024 04:52:44 -0500 Subject: [PATCH] doc: remove duplicate options from readme --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 7e88ea97..dd75a28b 100644 --- a/README.md +++ b/README.md @@ -126,10 +126,6 @@ require"octo".setup({ ui = { use_signcolumn = true, -- show "modified" marks on the sign column }, - picker = "telescope", -- "telescope" | "fzf-lua" - picker_config = { - use_emojis = false, -- Only used in fzf-lua picker. If you want emojis when viewing the picker set to true. - }, issues = { order_by = { -- criteria to sort results of `Octo issue list` field = "CREATED_AT", -- either COMMENTS, CREATED_AT or UPDATED_AT (https://docs.github.com/en/graphql/reference/enums#issueorderfield)