viminal2/lua/plugins/autopairs.lua

6 lines
225 B
Lua
Raw Normal View History

-- [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"}