chore(lang): tweak company-mode idle-delay for Go

This commit is contained in:
2021-06-17 20:49:26 +01:00
parent 6a690be6ee
commit 4b228ae317
3 changed files with 4 additions and 4 deletions

View File

@@ -18,8 +18,8 @@
:custom
(company-begin-commands '(self-insert-command))
(company-dabbrev-downcase nil)
(company-echo-delay 0)
(company-idle-delay 0.15)
(company-echo-delay 0.01)
(company-idle-delay 0.2)
(company-minimum-prefix-length 2)
(company-tooltip-limit 20)
;; invert the navigation direction if the the completion popup-isearch-match