nvim: Remove auto pairs
We can use vim surround for the same. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
065a281e7e
commit
69006a09af
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ call plug#begin('~/.config/nvim/plugged')
|
||||||
" ----------------------------- Plugins --------------------------------------
|
" ----------------------------- Plugins --------------------------------------
|
||||||
" Automatically match structures as you type
|
" Automatically match structures as you type
|
||||||
Plug 'tpope/vim-endwise'
|
Plug 'tpope/vim-endwise'
|
||||||
Plug 'jiangmiao/auto-pairs'
|
|
||||||
" Tab completion
|
" Tab completion
|
||||||
Plug 'ervandew/supertab'
|
Plug 'ervandew/supertab'
|
||||||
" EasyMotion
|
" EasyMotion
|
||||||
|
|
Loading…
Reference in a new issue