feature/evil: add evil-ediff
This commit is contained in:
parent
06915312dd
commit
0c0276378f
2 changed files with 5 additions and 0 deletions
|
@ -155,6 +155,10 @@
|
|||
:commands (evilem-create evilem-default-keybindings))
|
||||
|
||||
|
||||
(def-package! evil-ediff
|
||||
:after ediff)
|
||||
|
||||
|
||||
(def-package! evil-embrace
|
||||
:after evil-surround
|
||||
:commands (embrace-add-pair embrace-add-pair-regexp)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
(package! evil-commentary)
|
||||
(package! evil-collection)
|
||||
(package! evil-easymotion)
|
||||
(package! evil-ediff)
|
||||
(package! evil-embrace)
|
||||
(package! evil-escape)
|
||||
(package! evil-exchange)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue