doomemacs/modules/lang/swift/packages.el

12 lines
282 B
EmacsLisp
Raw Normal View History

2017-02-19 18:57:16 -05:00
;; -*- no-byte-compile: t; -*-
;;; lang/swift/packages.el
(package! swift-mode)
2017-02-19 18:57:16 -05:00
(if (featurep! +lsp)
(package! lsp-sourcekit)
(when (featurep! :completion company)
(package! company-sourcekit))
(when (featurep! :feature syntax-checker)
(package! flycheck-swift)))