viminal2/lua/plugins/autopairs.lua

6 lines
227 B
Lua
Raw Normal View History

-- [nfnl] Compiled from ./fnl/plugins/autopairs.fnl by https://github.com/Olical/nfnl, do not edit.
2025-02-01 14:13:20 -08:00
local function _1_()
return require("nvim-autopairs").setup()
end
return {"nvim-autopairs", after = _1_, event = "BufEnter"}