feat(commands): add tab completion for :CP open
This commit is contained in:
parent
82640709d6
commit
0425922671
1 changed files with 2 additions and 0 deletions
|
|
@ -112,6 +112,8 @@ end, {
|
|||
local candidates = { 'stop' }
|
||||
vim.list_extend(candidates, platforms)
|
||||
return filter_candidates(candidates)
|
||||
elseif args[2] == 'open' then
|
||||
return filter_candidates({ 'problem', 'contest', 'standings' })
|
||||
elseif args[2] == 'next' or args[2] == 'prev' or args[2] == 'pick' then
|
||||
return filter_candidates({ '--lang' })
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue