2024-04-17 20:25:54 +01:00
|
|
|
-- autopairs
|
|
|
|
|
-- https://github.com/windwp/nvim-autopairs
|
|
|
|
|
|
2025-04-26 12:35:04 +01:00
|
|
|
---@module 'lazy'
|
|
|
|
|
---@type LazySpec
|
2024-04-17 20:25:54 +01:00
|
|
|
return {
|
|
|
|
|
'windwp/nvim-autopairs',
|
|
|
|
|
event = 'InsertEnter',
|
2025-04-09 22:25:57 +01:00
|
|
|
opts = {},
|
2024-04-17 20:25:54 +01:00
|
|
|
}
|