Reorganize `omf` plugin structure
This updates omf plugin to new architecture, moving functions to `functions` directory. It also revamps the separation of concerns between CLI and underlying implementations, organizing them into directories, whose are autoloaded in plugin startup.
Showing
- pkg/omf/functions/themes/omf.theme.set.fish 1 addition, 1 deletionpkg/omf/functions/themes/omf.theme.set.fish
- pkg/omf/functions/util/omf.check.fish_prompt.fish 0 additions, 0 deletionspkg/omf/functions/util/omf.check.fish_prompt.fish
- pkg/omf/init.fish 26 additions, 1 deletionpkg/omf/init.fish
- pkg/omf/omf.bundle.install.fish 1 addition, 0 deletionspkg/omf/omf.bundle.install.fish
- pkg/omf/omf.fish 0 additions, 160 deletionspkg/omf/omf.fish
- pkg/omf/omf.packages.install.fish 1 addition, 0 deletionspkg/omf/omf.packages.install.fish
- pkg/omf/omf.packages.list.fish 1 addition, 0 deletionspkg/omf/omf.packages.list.fish
- pkg/omf/omf.packages.name.fish 1 addition, 0 deletionspkg/omf/omf.packages.name.fish
- pkg/omf/omf.repo.pull.fish 1 addition, 0 deletionspkg/omf/omf.repo.pull.fish
- pkg/omf/omf.update.fish 0 additions, 0 deletionspkg/omf/omf.update.fish
- pkg/omf/util/omf.util_mkdir.fish 0 additions, 10 deletionspkg/omf/util/omf.util_mkdir.fish
Please register or sign in to comment