mirror of
https://github.com/thegeneralist01/config.git
synced 2026-03-07 10:59:55 +01:00
7 lines
171 B
Lua
7 lines
171 B
Lua
return {
|
|
"windwp/nvim-autopairs",
|
|
event = "InsertEnter",
|
|
config = true,
|
|
-- use opts = {} for passing setup options
|
|
-- this is equivalent to setup({}) function
|
|
}
|