mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(lsp): void-variable args error
Fix: #7974
Fix: #7970
Amend: 85b7b6151b
This commit is contained in:
@ -51,7 +51,7 @@ Can be a list of backends; accepts any value `company-backends' accepts.")
|
||||
;; Thank god a (non-inlined) function is used to build the URL, so we have
|
||||
;; something to advise.
|
||||
;; REVIEW: Remove when zigtools/zls#1879 is resolved.
|
||||
(defadvice! +lsp--use-correct-zls-download-url-a (fn &rest _)
|
||||
(defadvice! +lsp--use-correct-zls-download-url-a (fn &rest args)
|
||||
"See zigtools/zls#1879."
|
||||
:around #'lsp-zig--zls-url
|
||||
(let ((lsp-zig-download-url-format
|
||||
|
Reference in New Issue
Block a user