mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-24 13:31:04 +00:00
Add autopairs
This commit is contained in:
parent
a980af8662
commit
cfaf680266
1 changed files with 3 additions and 0 deletions
3
lua/plugins/autopairs.lua
Normal file
3
lua/plugins/autopairs.lua
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
return {
|
||||||
|
'jiangmiao/auto-pairs'
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue