fix: evil-snipe not being enabled

This commit is contained in:
Muhammad Nauman Raza 2022-11-20 09:45:00 +00:00
parent 05cc2fb09d
commit aab03a5383
No known key found for this signature in database
GPG key ID: A9A36C429C9CAE31

View file

@ -26,19 +26,20 @@
;; evil-commentary - Comment stuff out
(use-package evil-commentary
:after evil
:init
:config
(evil-commentary-mode))
;; evil-surround - You will be surrounded
(use-package evil-surround
:after evil
:init
:config
(global-evil-surround-mode))
;; evil-snipe - 2-char searching for evil-mode
(use-package evil-snipe
:after evil
:init
:config
(evil-snipe-mode 1)
(evil-snipe-override-mode 1))
;; evil-collection - A collection of keybinds for evil