mirror of
https://github.com/darwincereska/nvim-config.git
synced 2026-02-12 01:54:42 -05:00
8 lines
125 B
Lua
8 lines
125 B
Lua
return {
|
|
"windwp/nvim-autopairs",
|
|
lazy = false,
|
|
priority = 1000,
|
|
event = "InsertEnter",
|
|
config = true,
|
|
}
|