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