1
0
Fork 0

nvim: replace autopair plugin

This commit is contained in:
tastytea 2022-08-16 01:55:20 +02:00
parent 79297f7076
commit 15c21ad586
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 3 additions and 2 deletions

View File

@ -89,8 +89,9 @@ require('packer').startup(function(use)
},
}
use { 'https://github.com/gentoo/gentoo-syntax' }
use { -- NOTE: looks abandoned
'https://github.com/jiangmiao/auto-pairs',
use {
'https://github.com/windwp/nvim-autopairs',
config = function() require("nvim-autopairs").setup{} end
}
use { 'https://github.com/L3MON4D3/LuaSnip' }