2017-02-19 18:57:16 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/swift/packages.el
|
|
|
|
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! swift-mode)
|
2017-02-19 18:57:16 -05:00
|
|
|
|
2019-02-21 16:08:27 -05:00
|
|
|
(if (featurep! +lsp)
|
|
|
|
(package! lsp-sourcekit)
|
|
|
|
(when (featurep! :completion company)
|
|
|
|
(package! company-sourcekit))
|
2019-02-22 00:20:29 -05:00
|
|
|
(when (featurep! :tools flycheck)
|
2019-02-21 16:08:27 -05:00
|
|
|
(package! flycheck-swift)))
|