init
This commit is contained in:
commit
a0e31a43ed
14 changed files with 1600 additions and 0 deletions
8
lua/kickstart/plugins/autopairs.lua
Normal file
8
lua/kickstart/plugins/autopairs.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
-- autopairs
|
||||
-- https://github.com/windwp/nvim-autopairs
|
||||
|
||||
return {
|
||||
'windwp/nvim-autopairs',
|
||||
event = 'InsertEnter',
|
||||
opts = {},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue