We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d261678 commit a6bc4a6Copy full SHA for a6bc4a6
README.md
@@ -74,7 +74,7 @@ Here is an example configuration:
74
;; (add-hook 'python-mode-hook
75
;; (lambda ()
76
;; (setq-local completion-at-point-functions
77
- ;; (list (cape-super-capf #'codeium-completion-at-point #'lsp-completion-at-point)))))
+ ;; (list (cape-capf-super #'codeium-completion-at-point #'lsp-completion-at-point)))))
78
;; an async company-backend is coming soon!
79
80
;; codeium-completion-at-point is autoloaded, but you can
0 commit comments