Files
nvim/lua/plugins/autopairs.lua

9 lines
131 B
Lua
Raw Permalink Normal View History

2025-04-12 23:49:02 +01:00
-- autopairs
-- https://github.com/windwp/nvim-autopairs
return {
"windwp/nvim-autopairs",
event = "InsertEnter",
opts = {},
}