Align company's tooltip annotations to the right
This commit is contained in:
parent
211345c3d5
commit
c142100e63
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue