This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Description
Is there a way of temporarily disabling bracket matching?
We would like to disable it in vim-mode's replace mode, which is basically over-write, see atom/vim-mode#792, and for operations such as paste that in vim-mode can't be implemented with TextEditor::pasteText ignored by bracket-matcher, and instead have to be implemented with TextEditor::insertText that triggers bracket-matcher.