Skip to content

Commit

Permalink
[vim] use auto-pairs instead of delimitMate
Browse files Browse the repository at this point in the history
DelimitMate with YCM does not work properly, for example <BS> does not
delete the closing parenthesis. See
ycm-core/YouCompleteMe#2696 for more details.
  • Loading branch information
Arumoy Shome committed Jun 5, 2019
1 parent b231a4a commit ddbab6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim/vimrc
@@ -1,6 +1,5 @@
call plug#begin('~/.vim/bundle')

Plug 'Raimondi/delimitMate'
Plug 'christoomey/vim-tmux-navigator'
Plug 'christoomey/vim-tmux-runner'
Plug 'tpope/vim-commentary'
Expand Down Expand Up @@ -34,6 +33,7 @@ Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() } } " use
Plug 'janko-m/vim-test'
Plug 'sheerun/vim-polyglot'
Plug 'jpalardy/vim-slime'
Plug 'jiangmiao/auto-pairs'

call plug#end()

Expand Down

0 comments on commit ddbab6f

Please sign in to comment.