editor/evil: remove evil-matchit

Its bugginess doesn't justify the "intelligence" it offers for block
keywords.
This commit is contained in:
Henrik Lissner 2019-06-09 19:12:29 +02:00
parent 5683ffe0d2
commit 5d94f048b6
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 5 additions and 37 deletions

View file

@ -30,19 +30,15 @@
(and (featurep! :editor fold)
(save-excursion (end-of-line) (invisible-p (point))))
'+fold/toggle
(fboundp 'evilmi-jump-items)
'evilmi-jump-items)
(fboundp 'evil-jump-item)
'evil-jump-item)
:v [tab] (general-predicate-dispatch nil
(and (bound-and-true-p yas-minor-mode)
(or (eq evil-visual-selection 'line)
(and (fboundp 'evilmi-jump-items)
(save-excursion
(/= (point)
(progn (evilmi-jump-items nil)
(point)))))))
(not (memq (char-after) (list ?\( ?\[ ?\{ ?\} ?\] ?\))))))
'yas-insert-snippet
(fboundp 'evilmi-jump-items)
'evilmi-jump-items)
(fboundp 'evil-jump-item)
'evil-jump-item)
;; Smarter newlines
:i [remap newline] #'newline-and-indent ; auto-indent on newline