bump: :lang swift
emacs-lsp/lsp-sourcekit@468c641e35 -> emacs-lsp/lsp-sourcekit@1cd5e7d269 swift-emacs/swift-mode@1244ee48de -> swift-emacs/swift-mode@84059659de Contains updates for Swift 5.9 and Emacs 29. Close: #7587 Co-authored-by: jpgrayson <jpgrayson@users.noreply.github.com>
This commit is contained in:
parent
4656708807
commit
ff33ec8f7a
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; lang/swift/packages.el
|
;;; lang/swift/packages.el
|
||||||
|
|
||||||
(package! swift-mode :pin "1244ee48de1895d33f55fed81fc90acda0c901f1")
|
(package! swift-mode :pin "84059659de4da89d3d2902611cebed6d0423bf06")
|
||||||
|
|
||||||
(if (modulep! +lsp)
|
(if (modulep! +lsp)
|
||||||
(unless (modulep! :tools lsp +eglot)
|
(unless (modulep! :tools lsp +eglot)
|
||||||
(package! lsp-sourcekit :pin "468c641e35877e4e843f6b7c52a35937de562995"))
|
(package! lsp-sourcekit :pin "1cd5e7d2699598a97bdbcd289d9a88b249db474c"))
|
||||||
(when (modulep! :completion company)
|
(when (modulep! :completion company)
|
||||||
(package! company-sourcekit :pin "a1860ad4dd3a542acd2fa0dfac2a388cbdf4af0c"))
|
(package! company-sourcekit :pin "a1860ad4dd3a542acd2fa0dfac2a388cbdf4af0c"))
|
||||||
(when (and (modulep! :checkers syntax)
|
(when (and (modulep! :checkers syntax)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue