feat: better auto-completion
This commit is contained in:
parent
cb4d39b4a7
commit
05968657f5
1 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,8 @@ end, {
|
|||
end
|
||||
else
|
||||
vim.list_extend(candidates, platforms)
|
||||
table.insert(candidates, 'cache')
|
||||
table.insert(candidates, 'pick')
|
||||
end
|
||||
return vim.tbl_filter(function(cmd)
|
||||
return cmd:find(ArgLead, 1, true) == 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue