mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 12:10:45 +02:00
8 lines
180 B
Lua
8 lines
180 B
Lua
return {
|
|
'windwp/nvim-autopairs',
|
|
event = "InsertEnter",
|
|
config = true
|
|
-- use opts = {} for passing setup options
|
|
-- this is equivalent to setup({}) function
|
|
}
|