Silence evil-matchit errors
This commit is contained in:
parent
e2f06f0692
commit
1cc199497d
3 changed files with 16 additions and 8 deletions
|
@ -276,7 +276,8 @@ across windows."
|
|||
:commands (evilmi-jump-items evilmi-text-object global-evil-matchit-mode)
|
||||
:config (global-evil-matchit-mode 1)
|
||||
:init
|
||||
(map! [remap evil-jump-item] #'evilmi-jump-items
|
||||
(map! [remap evil-jump-item] #'+evil/matchit
|
||||
[remap evilmi-jump-items] #'+evil/matchit
|
||||
:textobj "%" #'evilmi-text-object #'evilmi-text-object)
|
||||
:config
|
||||
(defun +evil|simple-matchit ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue