first commit
This commit is contained in:
10
lua/kickstart/plugins/autopairs.lua
Normal file
10
lua/kickstart/plugins/autopairs.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
-- autopairs
|
||||
-- https://github.com/windwp/nvim-autopairs
|
||||
|
||||
return {
|
||||
{
|
||||
'windwp/nvim-autopairs',
|
||||
event = 'InsertEnter',
|
||||
opts = {},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user