mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
update vim-sandwich config, disable vim-surround
This commit is contained in:
parent
a472bf9655
commit
6ebbd9c3ab
10
plugins.vim
10
plugins.vim
@ -238,7 +238,7 @@ Plug 'chrisbra/unicode.vim'
|
||||
Plug 'wellle/targets.vim'
|
||||
|
||||
" Plugin to manipulate characer pairs quickly
|
||||
Plug 'tpope/vim-surround'
|
||||
" Plug 'tpope/vim-surround'
|
||||
Plug 'machakann/vim-sandwich'
|
||||
|
||||
" Add indent object for vim (useful for languages like Python)
|
||||
@ -684,6 +684,14 @@ nmap ga <Plug>(UnicodeGA)
|
||||
call deoplete#custom#source('emoji', 'converters', ['converter_emoji'])
|
||||
"}}
|
||||
|
||||
"{{ text objects
|
||||
""""""""""""""""""""""""""""vim-sandwich settings"""""""""""""""""""""""""""""
|
||||
" Disable default s operation
|
||||
nmap s <Nop>
|
||||
xmap s <Nop>
|
||||
|
||||
"}}
|
||||
|
||||
"{{ LaTeX editting
|
||||
""""""""""""""""""""""""""""vimtex settings"""""""""""""""""""""""""""""
|
||||
if ( g:is_win || g:is_mac ) && executable('latex')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user