Extract 'sandwich' config

This commit is contained in:
2023-12-18 14:01:24 +01:00
parent 1c8afd0690
commit 6190162e49
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 {{{
" `.../sandwich` {{{
nmap s <Nop>
xmap s <Nop>
let g:sandwich#recipes = deepcopy(g:sandwich#default_recipes)
" }}}
" `.../copilot` {{{