mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
13 lines
517 B
EmacsLisp
13 lines
517 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/swift/packages.el
|
|
|
|
(package! swift-mode :pin "b06c97b909418b5dca3d15351b2ce86a04df32fb")
|
|
|
|
(if (modulep! +lsp)
|
|
(unless (modulep! :tools lsp +eglot)
|
|
(package! lsp-sourcekit :pin "63ff1ab638b655089077d17fdd728a48f8906e02"))
|
|
(when (modulep! :completion company)
|
|
(package! company-sourcekit :pin "a1860ad4dd3a542acd2fa0dfac2a388cbdf4af0c"))
|
|
(when (modulep! :checkers syntax -flymake)
|
|
(package! flycheck-swift :pin "4c5ad401252400a78da395fd56a71e67ff8c2761")))
|