aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlista Kanjo2022-07-17 04:17:35 -0400
committerBlista Kanjo2022-07-17 04:17:35 -0400
commit70f49f12b472908a331732927b513ea5bee2f6e4 (patch)
treea699bc9a8282b8d1ee5c32579976a1173a09cb73
parentc7244f8e3fbf5067e3ff8c7648ab6893d88360c1 (diff)
feat: replaced default autopair plugin
-rw-r--r--.vimrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 84ae43e..4a02d45 100644
--- a/.vimrc
+++ b/.vimrc
@@ -87,7 +87,9 @@ nnoremap <C-f> :NERDTreeFind<CR>
call plug#begin()
Plug 'https://github.com/preservim/nerdtree', { 'on': 'NERDTreeToggle' }
-Plug 'LunarWatcher/auto-pairs'
+" Plug 'LunarWatcher/auto-pairs'
+Plug 'tmsvg/pear-tree'
+Plug 'https://github.com/adelarsq/vim-matchit'
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'tpope/vim-surround'
Plug 'junegunn/fzf'