From 6190162e49337fcb70f32657df61f8eebb7dbab1 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Mon, 18 Dec 2023 14:01:24 +0100 Subject: [PATCH] Extract 'sandwich' config --- .vim/after/plugin/sandwich.vim | 3 +++ .vimrc | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 .vim/after/plugin/sandwich.vim 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` {{{