remove delay for company mode
This commit is contained in:
parent
57e34176fb
commit
433e10c3ae
@ -79,6 +79,8 @@
|
|||||||
:ensure t
|
:ensure t
|
||||||
:bind("<C-tab>" . company-auto-complete))
|
:bind("<C-tab>" . company-auto-complete))
|
||||||
(setq company-tooltip-align-annotations t)
|
(setq company-tooltip-align-annotations t)
|
||||||
|
(setq company-dabbrev-downcase 0)
|
||||||
|
(setq company-idle-delay 0)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user