mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 19:40:24 +10:00
Updating Doom Emacs.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
|
||||
(use-package! flycheck-swift
|
||||
:when (featurep! :tools flycheck)
|
||||
:when (featurep! :checkers syntax)
|
||||
:unless (featurep! +lsp)
|
||||
:after swift-mode
|
||||
:config (flycheck-swift-setup))
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/swift/packages.el
|
||||
|
||||
(package! swift-mode)
|
||||
(package! swift-mode :pin "2ab9ea1784a12a482ed9e3fb284b7a7658f40fff")
|
||||
|
||||
(if (featurep! +lsp)
|
||||
(package! lsp-sourcekit)
|
||||
(package! lsp-sourcekit :pin "04d75b6a0be5894fea4a55fec0b2ccedf5b3be58")
|
||||
(when (featurep! :completion company)
|
||||
(package! company-sourcekit))
|
||||
(when (featurep! :tools flycheck)
|
||||
(package! flycheck-swift)))
|
||||
(package! company-sourcekit :pin "abf9bc5a0102eb666d3aa6d6bf22f6efcc852781"))
|
||||
(when (featurep! :checkers syntax)
|
||||
(package! flycheck-swift :pin "4c5ad401252400a78da395fd56a71e67ff8c2761")))
|
||||
|
||||
Reference in New Issue
Block a user