+ Plug 'vim-scripts/replacewithregister' " replaced by mini.operators {{{2
+ " sort operator replaced by mini.operaters {{{2
+ function! SortLinesOpFunc(...)
+ '[,']sort
+ endfunction
+ nnoremap <silent> gs :<C-U>set operatorfunc=SortLinesOpFunc<CR>g@
+ vnoremap <silent> gs :sort<cr>
+ " }}}2