|
|
|
@ -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) |
|
|
|
|