summaryrefslogtreecommitdiff
path: root/plugins/deno
AgeCommit message (Collapse)Author
2021-12-17feat(deno): adding drA alias for --allow-all (#10501)Carlo Sala
2021-09-15refactor(plugins): remove old generated completion filesMarc Cornellà
This removes .gitignore plugin files and adds a force-rm of the old completion file, which ignores any errors if the file doesn't exist.
2021-09-15fix(core): move plugin-generated completion files to ↵Marc Cornellà
`$ZSH_CACHE_DIR/completions` Fixes #10183
2021-09-15fix(plugins): fix `_comps` error in completion generation plugins (#10190)Marc Cornellà
Fixes #10190
2021-04-26fix(deno): actually load deno completion (#9863)Carlo Sala
2021-04-25feat(plugins): add plugin for `deno` (#9847)Carlo Sala
Co-authored-by: Kapil Pau <kapilpau@hotmail.com> Co-authored-by: CallMeLaNN <CallMeLaNN@users.noreply.github.com>