I would like to always trigger company suggests. When I use:
(global-set-key (kbd "<tab>") 'company-complete))
It breaks ivy's completion in the minibuffer. How can I prevent this? I would like to set the above key binding globally, even for the scratch buffer, but not to break the current completion used in the minibuffer.