2017-02-19 18:57:16 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/swift/packages.el
|
|
|
|
|
2021-04-23 22:42:47 +09:00
|
|
|
(package! swift-mode :pin "ad12a3025156873995318b6a0480cd2459063bf7")
|
2017-02-19 18:57:16 -05:00
|
|
|
|
2019-02-21 16:08:27 -05:00
|
|
|
(if (featurep! +lsp)
|
2021-04-23 22:42:47 +09:00
|
|
|
(package! lsp-sourcekit :pin "aafa9878a3df2f08e5a9c846d91fd53350ce3c99")
|
2019-02-21 16:08:27 -05:00
|
|
|
(when (featurep! :completion company)
|
2020-04-30 18:38:07 -04:00
|
|
|
(package! company-sourcekit :pin "abf9bc5a0102eb666d3aa6d6bf22f6efcc852781"))
|
2020-01-14 03:04:26 -05:00
|
|
|
(when (featurep! :checkers syntax)
|
2020-04-30 18:38:07 -04:00
|
|
|
(package! flycheck-swift :pin "4c5ad401252400a78da395fd56a71e67ff8c2761")))
|