diff options
| author | Blista Kanjo | 2022-07-17 04:17:35 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2022-07-17 04:17:35 -0400 |
| commit | 70f49f12b472908a331732927b513ea5bee2f6e4 (patch) | |
| tree | a699bc9a8282b8d1ee5c32579976a1173a09cb73 /.vimrc | |
| parent | c7244f8e3fbf5067e3ff8c7648ab6893d88360c1 (diff) | |
feat: replaced default autopair plugin
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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' |
