Require LSP in Ruby
Some checks failed
/ Test config on ${{matrix.node}} (20) (push) Has been cancelled
Some checks failed
/ Test config on ${{matrix.node}} (20) (push) Has been cancelled
This commit is contained in:
parent
c2caa56b35
commit
13ed56fa04
18 changed files with 87 additions and 64 deletions
|
|
@ -88,7 +88,6 @@
|
|||
(define-key text-mode-map (kbd "<f13>") 'icejam/insert-space-and-complete)
|
||||
(define-key text-mode-map (kbd "TAB") 'company-indent-or-complete-common)
|
||||
|
||||
|
||||
;;; Copilot and other GPT stuff
|
||||
(use-package copilot
|
||||
:straight (:host github :repo "copilot-emacs/copilot.el" :files ("*.el"))
|
||||
|
|
@ -104,6 +103,7 @@
|
|||
|
||||
(defcustom anthropic-api-key "api-key" "The value of your Anthropic API key."
|
||||
:type 'string
|
||||
:group 'icejam
|
||||
:initialize 'custom-initialize-set)
|
||||
|
||||
(setq
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue