Fix for work with a wide monitor
This commit is contained in:
parent
86c5d9ffda
commit
238a0f4341
8 changed files with 43 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue