2017-02-03 19:43:25 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
2017-02-06 00:25:54 -05:00
|
|
|
;;; feature/evil/packages.el
|
2017-01-31 19:50:02 -05:00
|
|
|
|
2018-06-05 14:08:29 +02:00
|
|
|
;; `evil-collection' uses the `with-helm-buffer' macro, but this requires helm
|
|
|
|
;; be loaded before it is byte-compiled during installation. To ensure this, we
|
|
|
|
;; declare helm before evil-collection.
|
|
|
|
(when (featurep! :completion helm)
|
|
|
|
(depends-on! :completion helm))
|
|
|
|
|
|
|
|
;;
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! evil)
|
|
|
|
(package! evil-args)
|
|
|
|
(package! evil-commentary)
|
2018-03-19 04:39:02 -04:00
|
|
|
(package! evil-collection)
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! evil-easymotion)
|
|
|
|
(package! evil-embrace)
|
|
|
|
(package! evil-escape)
|
|
|
|
(package! evil-exchange)
|
|
|
|
(package! evil-indent-plus)
|
|
|
|
(package! evil-matchit)
|
2017-05-07 11:08:22 -04:00
|
|
|
(package! evil-mc)
|
2017-06-03 11:45:17 +02:00
|
|
|
(package! evil-multiedit)
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! evil-numbers)
|
|
|
|
(package! evil-textobj-anyblock)
|
|
|
|
(package! evil-snipe)
|
|
|
|
(package! evil-surround)
|
2017-05-15 20:20:06 +02:00
|
|
|
(package! evil-vimish-fold)
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! evil-visualstar)
|
2018-06-18 23:46:14 +02:00
|
|
|
(package! exato)
|