2023-05-04 12:39:25 +01:00
|
|
|
return {
|
|
|
|
"windwp/nvim-autopairs",
|
|
|
|
lazy = true,
|
|
|
|
dependencies = {
|
|
|
|
"nvim-treesitter/nvim-treesitter",
|
|
|
|
"hrsh7th/nvim-cmp",
|
|
|
|
},
|
2023-05-16 09:22:33 +01:00
|
|
|
config = true,
|
|
|
|
opts = {
|
|
|
|
disable_in_macro = true,
|
|
|
|
disable_in_visualblock = true,
|
|
|
|
check_ts = true,
|
|
|
|
},
|
2023-05-04 12:39:25 +01:00
|
|
|
}
|