forked from amolinae06/nvim
11 lines
193 B
Lua
11 lines
193 B
Lua
return {
|
|
{
|
|
"windwp/nvim-autopairs",
|
|
event = "InsertEnter",
|
|
opts = {
|
|
fast_wrap = {},
|
|
disable_filetype = { "TelescopePrompt", "vim" },
|
|
map_cr = true,
|
|
},
|
|
}
|
|
}
|