Disable company-mode in vterm-mode

Doesn't do anything but hijack the TAB key. Company offers no meaningful
completion in vterm buffers anyway.
This commit is contained in:
Henrik Lissner 2021-05-11 21:48:34 -04:00
parent 87d15700bd
commit d2426d8442

View file

@ -8,7 +8,12 @@
company-tooltip-limit 14 company-tooltip-limit 14
company-tooltip-align-annotations t company-tooltip-align-annotations t
company-require-match 'never company-require-match 'never
company-global-modes '(not erc-mode message-mode help-mode gud-mode) company-global-modes
'(not erc-mode
message-mode
help-mode
gud-mode
vterm-mode)
company-frontends company-frontends
'(company-pseudo-tooltip-frontend ; always show candidates in overlay tooltip '(company-pseudo-tooltip-frontend ; always show candidates in overlay tooltip
company-echo-metadata-frontend) ; show selected candidate docs in echo area company-echo-metadata-frontend) ; show selected candidate docs in echo area