Fix for work with a wide monitor

This commit is contained in:
Maciej 2019-08-21 16:15:54 +03:00
parent 86c5d9ffda
commit 238a0f4341
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
8 changed files with 43 additions and 8 deletions

View file

@ -38,10 +38,10 @@
company-tooltip-flip-when-above t
company-tooltip-limit 10 ; tooltip candidates max limit.
company-tooltip-minimum 2 ; minimum candidates limit.
company-tooltip-minimum-width 0 ; The minimum width of the tooltip's inner area.
company-tooltip-minimum-width 10 ; The minimum width of the tooltip's inner area.
; This doesn't include the margins and the scroll bar.
company-tooltip-margin 2 ; width of margin columns to show around the tooltip
company-tooltip-offset-display 'scrollbar ; 'lines - how to show tooltip unshown candidates number.
company-tooltip-offset-display 'lines ; 'lines - how to show tooltip unshown candidates number.
company-show-numbers nil ; t: show quick-access numbers for the first ten candidates.
company-selection-wrap-around t ; loop over candidates
;; company-async-wait 0.03