Align company's tooltip annotations to the right

This commit is contained in:
Bozhidar Batsov 2018-06-26 08:31:25 +03:00
parent 211345c3d5
commit c142100e63

View file

@ -39,6 +39,7 @@
(setq company-show-numbers t)
(setq company-tooltip-limit 10)
(setq company-minimum-prefix-length 2)
(setq company-tooltip-align-annotations t)
;; invert the navigation direction if the the completion popup-isearch-match
;; is displayed on top (happens near the bottom of windows)
(setq company-tooltip-flip-when-above t)