From bfa125fcb7eb3a4ad521af81dbdcb031cf5f553b Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 22 Nov 2021 19:53:59 +0900 Subject: neovim/vim: suppress highlight on operator-sandwich --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 521e79c..81ac38a 100644 --- a/.vimrc +++ b/.vimrc @@ -1770,6 +1770,9 @@ let g:rustfmt_autosave = 1 " sandwich {{{2 +call operator#sandwich#set('add', 'all', 'highlight', 2) +call operator#sandwich#set('delete', 'all', 'highlight', 0) +call operator#sandwich#set('replace', 'all', 'highlight', 2) -- cgit v1.2.3-70-g09d2