Disable copilot
This commit is contained in:
parent
3c4ee138c0
commit
ed87508506
1 changed files with 10 additions and 11 deletions
|
@ -295,17 +295,16 @@
|
|||
|
||||
;; Copilot
|
||||
;; accept completion from copilot and fallback to company
|
||||
(use-package! copilot
|
||||
:hook (prog-mode . copilot-mode)
|
||||
:bind (:map copilot-completion-map
|
||||
("<backtab>" . 'copilot-clear-overlay)
|
||||
("<left>" . 'copilot-previous-completion)
|
||||
("<right>" . 'copilot-next-completion)
|
||||
("<tab>" . 'copilot-accept-completion)
|
||||
("TAB" . 'copilot-accept-completion)
|
||||
("C-TAB" . 'copilot-accept-completion-by-word)
|
||||
("C-<tab>" . 'copilot-accept-completion-by-word)))
|
||||
|
||||
;; (use-package! copilot
|
||||
;; :hook (prog-mode . copilot-mode)
|
||||
;; :bind (:map copilot-completion-map
|
||||
;; ("<backtab>" . 'copilot-clear-overlay)
|
||||
;; ("<left>" . 'copilot-previous-completion)
|
||||
;; ("<right>" . 'copilot-next-completion)
|
||||
;; ("<tab>" . 'copilot-accept-completion)
|
||||
;; ("TAB" . 'copilot-accept-completion)
|
||||
;; ("C-TAB" . 'copilot-accept-completion-by-word)
|
||||
;; ("C-<tab>" . 'copilot-accept-completion-by-word)))
|
||||
|
||||
;; gptel
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue