Fix: from lexima to auto-pairs otherwise it break vim-comp
This commit is contained in:
parent
e6e0b7d9f8
commit
c2fde917f0
@ -40,7 +40,8 @@ call plug#begin('~/.config/nvim/autoload/plugged')
|
||||
" Highlight on Yank
|
||||
Plug 'machakann/vim-highlightedyank'
|
||||
" Autoclose parenthesis
|
||||
Plug 'cohama/lexima.vim'
|
||||
" Plug 'cohama/lexima.vim'
|
||||
Plug 'jiangmiao/auto-pairs'
|
||||
|
||||
" Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user