dev: merge branch 'master'
This commit is contained in:
commit
ad8f5470b0
39 changed files with 433 additions and 661 deletions
|
@ -54,6 +54,10 @@ Can be a list of backends; accepts any value `company-backends' accepts.")
|
|||
lsp-xml-jar-file (expand-file-name "org.eclipse.lsp4xml-0.3.0-uber.jar" lsp-server-install-dir)
|
||||
lsp-groovy-server-file (expand-file-name "groovy-language-server-all.jar" lsp-server-install-dir))
|
||||
|
||||
;; REVIEW: Remove when zigtools/zls#1879 is resolved.
|
||||
(unless (featurep :system 'windows)
|
||||
(setq lsp-zig-download-url-format "https://github.com/zigtools/zls/releases/latest/download/zls-%s-%s.tar.xz"))
|
||||
|
||||
(add-hook! 'doom-escape-hook
|
||||
(defun +lsp-signature-stop-maybe-h ()
|
||||
"Close the displayed `lsp-signature'."
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; tools/magit/packages.el
|
||||
|
||||
(when (package! magit :pin "ea0f07e54967197ac0b072a69ba314314a4080c1")
|
||||
(when (package! magit :pin "9d1f8db507e080e032943a3ed1445bd8d9aaa9fc")
|
||||
(when (modulep! +forge)
|
||||
(package! forge :pin "4adb94d23c8f28ea3b15757936c2203b3376586a")
|
||||
(package! forge :pin "0102834bb7c872c8a3f77cabf5221e8199346c43")
|
||||
(package! code-review
|
||||
:recipe (:host github
|
||||
:repo "doomelpa/code-review"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue