pwntester / octo.nvim

Edit and review GitHub issues and pull requests from the comfort of your favorite editor
MIT License
2.28k stars 125 forks source link

Several nits #328

Closed jorgectf closed 1 year ago

jorgectf commented 1 year ago

Describe what this PR does / why we need it

Does this pull request fix one issue?

I don't think so.

Describe how you did it

Randomly typing on a keyboard.

Describe how to verify it

vim.cmd [[ 
    \ command! TestProvider :lua 
    \ require("octo.pickers.telescope.provider").search {
    \    prompt = {
    \       "repo:pwntester/octo.nvim is:pr is:open",
    \       "repo:pwntester/codeql.nvim is:issue is:open",
    \   }
\ } ]]