diff --git a/.vim/after/plugin/sandwich.vim b/.vim/after/plugin/sandwich.vim new file mode 100644 index 0000000..f923ec7 --- /dev/null +++ b/.vim/after/plugin/sandwich.vim @@ -0,0 +1,3 @@ +nmap s +xmap s +let g:sandwich#recipes = deepcopy(g:sandwich#default_recipes) diff --git a/.vimrc b/.vimrc index f1fd5ea..5ed4bb5 100644 --- a/.vimrc +++ b/.vimrc @@ -135,10 +135,6 @@ call plug#end() " Plugin config {{{ -" `.../sandwich` {{{ -nmap s -xmap s -let g:sandwich#recipes = deepcopy(g:sandwich#default_recipes) " }}} " `.../copilot` {{{