editor/evil: remove evil-matchit
Its bugginess doesn't justify the "intelligence" it offers for block keywords.
This commit is contained in:
parent
5683ffe0d2
commit
5d94f048b6
4 changed files with 5 additions and 37 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue