Extract 'sandwich' config

master
Hektor Misplon 2023-12-18 14:01:24 +01:00
parent 1c8afd0690
commit 6190162e49
Signed by: hektor
GPG Key ID: 5151AF79E723F21C
2 changed files with 3 additions and 4 deletions

View File

@ -0,0 +1,3 @@
nmap s <Nop>
xmap s <Nop>
let g:sandwich#recipes = deepcopy(g:sandwich#default_recipes)

4
.vimrc
View File

@ -135,10 +135,6 @@ call plug#end()
" Plugin config {{{ " Plugin config {{{
" `.../sandwich` {{{
nmap s <Nop>
xmap s <Nop>
let g:sandwich#recipes = deepcopy(g:sandwich#default_recipes)
" }}} " }}}
" `.../copilot` {{{ " `.../copilot` {{{