Skip to content

Commit

Permalink
Merge pull request #510 from sventec/doc-fix-duplicate-opts
Browse files Browse the repository at this point in the history
doc: remove duplicate options from readme
  • Loading branch information
pwntester authored Mar 11, 2024
2 parents feae1e5 + 55f223f commit b8fe290
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b8fe290

Please sign in to comment.