Add flycheck-swiftlint
This commit is contained in:
parent
8e8c78e9b3
commit
ed072b7db3
1 changed files with 5 additions and 0 deletions
|
|
@ -156,6 +156,11 @@
|
|||
:init
|
||||
(global-flycheck-mode))
|
||||
|
||||
(use-package flycheck-swiftlint
|
||||
:after flycheck
|
||||
:config
|
||||
(flycheck-swiftlint-setup))
|
||||
|
||||
(use-package fontaine
|
||||
:config
|
||||
(setq fontaine-presets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue