* eglot.el (eglot--managed-mode): Set completion-styles.
GitHub-reference: close https://github.com/joaotavora/eglot/issues/575
(eglot--setq-saving flymake-diagnostic-functions '(eglot-flymake-backend t))
(eglot--setq-saving company-backends '(company-capf))
(eglot--setq-saving company-tooltip-align-annotations t)
+ (eglot--setq-saving completion-styles '(flex basic))
(unless (eglot--stay-out-of-p 'imenu)
(add-function :before-until (local 'imenu-create-index-function)
#'eglot-imenu))