2025-02-01 03:16:43 -08:00
|
|
|
-- [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"}
|