5 lines
227 B
Lua
Generated
5 lines
227 B
Lua
Generated
-- [nfnl] Compiled from ./fnl/plugins/autopairs.fnl by https://github.com/Olical/nfnl, do not edit.
|
|
local function _1_()
|
|
return require("nvim-autopairs").setup()
|
|
end
|
|
return {"nvim-autopairs", after = _1_, event = "BufEnter"}
|