branch: externals/company
commit a1c66c5bc57728a3597015ebe5e169146f8620d1
Merge: 6884e3ad71 10bfa4d7ac
Author: Dmitry Gutov <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #1330 from condy0919/tempo
company-tempo: Add snippet hint
---
company-tempo.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/company-tempo.el b/company-tempo.el
index ccf44e879e..639de95c7a 100644
--- a/company-tempo.el
+++ b/company-tempo.el
@@ -63,6 +63,7 @@
(interactive (company-begin-backend 'company-tempo))
(prefix (or (car (tempo-find-match-string tempo-match-finder)) ""))
(candidates (all-completions arg (tempo-build-collection)))
+ (kind 'snippet)
(meta (company-tempo-meta arg))
(post-completion (when company-tempo-expand (company-tempo-insert arg)))
(sorted t)))