diff --git a/plugins.vim b/plugins.vim index 27306c6..1798e15 100644 --- a/plugins.vim +++ b/plugins.vim @@ -686,6 +686,9 @@ call deoplete#custom#source('emoji', 'converters', ['converter_emoji']) "{{ text objects """"""""""""""""""""""""""""vim-sandwich settings""""""""""""""""""""""""""""" +" Do not use the default mappings +let g:sandwich_no_default_key_mappings = 1 + " mappings for add surround nmap ys (operator-sandwich-add) xmap ys (operator-sandwich-add)