aboutsummaryrefslogtreecommitdiffhomepage
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
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)