Add visual star evil plugin

This commit is contained in:
syl20bnr 2014-08-31 13:00:03 -04:00
parent c3f12a793c
commit 74b132bba1
2 changed files with 6 additions and 7 deletions

View file

@ -92,12 +92,10 @@
(define-key evil-emacs-state-map (kbd "SPC") evil-leader--default-map)))
;; load surround
(use-package surround
:init
(global-surround-mode 1))
:init (global-surround-mode 1))
;; load evil-exchange
(use-package evil-exchange
:init
(evil-exchange-install)))
)
:init (evil-exchange-install))
;; initiate a search of the selected text
(use-package evil-visualstar)
))

View file

@ -38,6 +38,7 @@
evil
evil-exchange
evil-leader
evil-visualstar
exec-path-from-shell
expand-region
fill-column-indicator