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:
parent
87d15700bd
commit
d2426d8442
1 changed files with 6 additions and 1 deletions
|
@ -8,7 +8,12 @@
|
|||
company-tooltip-limit 14
|
||||
company-tooltip-align-annotations t
|
||||
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-pseudo-tooltip-frontend ; always show candidates in overlay tooltip
|
||||
company-echo-metadata-frontend) ; show selected candidate docs in echo area
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue