Set up 'sandwich' plugin
parent
9fc83c8ec7
commit
c48c6bdc7e
5
.vimrc
5
.vimrc
|
@ -135,6 +135,11 @@ call plug#end()
|
||||||
"""""""""""""""
|
"""""""""""""""
|
||||||
|
|
||||||
" Coc
|
" Coc
|
||||||
|
" `.../sandwich` {{{
|
||||||
|
nmap s <Nop>
|
||||||
|
xmap s <Nop>
|
||||||
|
let g:sandwich#recipes = deepcopy(g:sandwich#default_recipes)
|
||||||
|
" }}}
|
||||||
|
|
||||||
" `neoclide/coc.nvim` {{{
|
" `neoclide/coc.nvim` {{{
|
||||||
let g:coc_global_extensions = [
|
let g:coc_global_extensions = [
|
||||||
|
|
Loading…
Reference in New Issue