mirror of
https://github.com/duma799/hyprduma-config.git
synced 2026-05-14 22:51:00 +00:00
8 lines
181 B
Lua
8 lines
181 B
Lua
|
|
return {
|
||
|
|
'windwp/nvim-autopairs',
|
||
|
|
event = "InsertEnter",
|
||
|
|
config = true,
|
||
|
|
-- use opts = {} for passing setup options
|
||
|
|
-- this is equivalent to setup({}) function
|
||
|
|
}
|