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

@ -183,15 +183,7 @@ directives. By default, this only recognizes C directives.")
;;
;; Packages
(use-package! evil-commentary
:commands (evil-commentary
evil-commentary-yank
evil-commentary-yank-line
evil-commentary-line)
:config (evil-commentary-mode 1))
;;; Packages
(use-package! evil-easymotion
:commands evilem-create evilem-default-keybindings
@ -281,6 +273,12 @@ directives. By default, this only recognizes C directives.")
t))))
(use-package! evil-nerd-commenter
:commands (evilnc-comment-operator
evilnc-inner-comment
evilnc-outer-commenter))
(use-package! evil-snipe
:commands (evil-snipe-mode
evil-snipe-override-mode