Replace evil-commentary with evil-nerd-commenter

The latter provides a comment text object and better commenting support
across various languages.
This commit is contained in:
Henrik Lissner 2019-10-10 12:33:09 -04:00
parent 07380af819
commit d87310bd55
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 14 additions and 16 deletions

View file

@ -3,12 +3,12 @@
(package! evil)
(package! evil-args)
(package! evil-commentary)
(package! evil-easymotion)
(package! evil-embrace)
(package! evil-escape)
(package! evil-exchange)
(package! evil-indent-plus)
(package! evil-nerd-commenter)
(package! evil-numbers :recipe (:host github :repo "janpath/evil-numbers"))
(package! evil-snipe)
(package! evil-surround)