maralla / pack

📦 The missing vim8 package manager.
MIT License
262 stars 17 forks source link

Refactor and add completions for installed plugins for fish shell #52

Closed sudormrfbin closed 3 years ago

sudormrfbin commented 3 years ago

Completions for config, uninstall, update and move now include a list of installed plugins. __fish_using_command has been removed in favor of builtin __fish_seen_subcommand_from function.

sudormrfbin commented 3 years ago

The --field option was added in fish v3.2.0, which was released just today. Changing it to use cut or something equivalent might be a better idea.

maralla commented 3 years ago

Thanks!