Disable evil-want-abbrev-expand-on-insert-exit

It may be a vim default, but why would anyone want this?
This commit is contained in:
Henrik Lissner 2019-08-19 12:48:36 -04:00
parent 8b94f325b2
commit 7138d47ef4
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -18,6 +18,7 @@ directives. By default, this only recognizes C directives.")
(defvar evil-want-C-u-scroll t)
(defvar evil-want-C-w-scroll t)
(defvar evil-want-Y-yank-to-eol t)
(defvar evil-want-abbrev-expand-on-insert-exit nil)
(use-package! evil
:hook (doom-init-modules . evil-mode)