diff --git a/sheldon.toml b/sheldon.toml index af57878..656c618 100644 --- a/sheldon.toml +++ b/sheldon.toml @@ -19,6 +19,9 @@ local = "~/.zsh/plugins/loading" # Completions # ----------- +[plugins.fzf-tab] +github = "Aloxaf/fzf-tab" + [plugins.zsh-completions] github = "zsh-users/zsh-completions" @@ -91,13 +94,6 @@ apply = ["defer"] local = "~/.zsh/plugins" apply = ["defer"] -# Plugins that are even more deferred -# ----------------------------------- - -[plugins.ngrok] -local = "~/.zsh/plugins" -apply = ["defer-more"] - # Loading indicator # ----------------- diff --git a/zsh/plugins/ngrok.plugin.zsh b/zsh/plugins/ngrok.plugin.zsh deleted file mode 100644 index 7b5fcb4..0000000 --- a/zsh/plugins/ngrok.plugin.zsh +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env zsh - -# ngrok completions -if (( ${+commands[ngrok]} )); then - eval "$(ngrok completion)" -fi