Remove lunchy completion setup, it's handled by zsh-completions

This commit is contained in:
2020-05-04 20:51:12 +01:00
parent e653919133
commit 50ea657064

View File

@@ -82,19 +82,6 @@ if (( $+commands[rbenv] )); then
} }
fi fi
# lazy-load lunchy auto-completation
_lunchy() {
unset -f _lunchy
local lunchy_dir
if which gem &> /dev/null && gem which lunchy &> /dev/null; then
lunchy_dir="$(dirname `gem which lunchy`)/../extras"
if [ -f "${lunchy_dir}/lunchy-completion.bash" ]; then
source "${lunchy_dir}/lunchy-completion.bash"
fi
fi
_lunchy "$@"
}
# Solargraph related commands # Solargraph related commands
solargraph-install () { solargraph-install () {