hlissner / evil-snipe

2-char searching ala vim-sneak & vim-seek, for evil-mode
MIT License
340 stars 25 forks source link

Make evil-snipe-replace-evil a bool/var? #13

Closed ghost closed 9 years ago

ghost commented 9 years ago

I created a pull request for an evil-snipe contribution layer in Spacemacs (their tagline should be "vim done right"): https://github.com/syl20bnr/spacemacs/pull/712

To make evil-snipe integrate better with Spacemacs, it would be nice if (evil-snipe-replace-evil) could be set/unset like a regular variable. Then replace-evil could be the default in the evil-snipe layer, but users would be able to turn it off in their .spacemacs-file.

If my talk of layers is confusing you, please see: https://github.com/syl20bnr/spacemacs#configuration-layers

hlissner commented 9 years ago

Can do. I'll let you know once I have.

hlissner commented 9 years ago

Alright, I've implemented the variable evil-snipe-override-evil. By default it's disabled.