feat(vim-plugins): Replace deprecated plugin

Vim's plugin auto-pairs has been unmaintained for several years now.  A
new project has risen as a fork of the original one.

This patch uses the new fork and sets some defaults existing in the
previous plugin.
This commit is contained in:
Dionisio E Alonso 2024-04-03 21:43:23 -03:00
parent 22a64f89f9
commit 10255c0b55
4 changed files with 6 additions and 2 deletions

2
.gitmodules vendored
View File

@ -25,7 +25,7 @@
ignore = all
[submodule "vim/pack/misc/start/auto-pairs"]
path = vim/pack/misc/start/auto-pairs
url = https://github.com/jiangmiao/auto-pairs.git
url = https://github.com/LunarWatcher/auto-pairs.git
shallow = true
ignore = all
[submodule "vim/pack/misc/start/coc.nvim"]

View File

@ -38,6 +38,8 @@ endif
" Extras
let g:vimsyn_embed = 'Pl'
let g:AutoPairsMapBS = v:true
let g:AutoPairsMultilineBackspace = v:true
runtime! **/lsp/init.lua

@ -1 +1 @@
Subproject commit 39f06b873a8449af8ff6a3eee716d3da14d63a76
Subproject commit cd97efbeba5fdf66cf3db0c8fad5660e571bffa3

View File

@ -40,6 +40,8 @@ endif
" Extras
let g:vimsyn_embed = 'Pl'
let g:AutoPairsMapBS = v:true
let g:AutoPairsMultilineBackspace = v:true
runtime! lsp.vim