doomemacs/modules/lang/swift/packages.el

12 lines
467 B
EmacsLisp
Raw Normal View History

2017-02-19 18:57:16 -05:00
;; -*- no-byte-compile: t; -*-
;;; lang/swift/packages.el
2020-01-14 22:32:11 -05:00
(package! swift-mode :pin "1268425311ab20f1618df4e52cb1b79e28b553df")
2017-02-19 18:57:16 -05:00
(if (featurep! +lsp)
2020-01-14 22:32:11 -05:00
(package! lsp-sourcekit :pin "04d75b6a0be5894fea4a55fec0b2ccedf5b3be58")
(when (featurep! :completion company)
2020-01-14 22:32:11 -05:00
(package! company-sourcekit :pin "abf9bc5a0102eb666d3aa6d6bf22f6efcc852781"))
(when (featurep! :checkers syntax)
2020-01-14 22:32:11 -05:00
(package! flycheck-swift :pin "4c5ad401252400a78da395fd56a71e67ff8c2761")))