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:
parent
07380af819
commit
d87310bd55
5 changed files with 14 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue