nvim-config/.config/nvim/lua/plugins/autopairs.lua

7 lines
87 B
Lua
Raw Permalink Normal View History

2024-10-21 08:08:26 +00:00
return {
'windwp/nvim-autopairs',
event = 'InsertEnter',
config = true,
}