nvim-config11/lua/plugins/nvim-autopairs.lua

9 lines
107 B
Lua
Raw Permalink Normal View History

2025-03-27 08:18:20 +00:00
return {
{
"windwp/nvim-autopairs",
event = "InsertEnter",
2025-03-27 08:18:20 +00:00
opts = {},
}
}