Import an initial copy of all of my dotfiles Signed-off-by: Nicholas Mello <nick@nmello.dev>
8 lines
170 B
Lua
8 lines
170 B
Lua
return {
|
|
'windwp/nvim-autopairs',
|
|
event = "InsertEnter",
|
|
config = true
|
|
-- use opts = {} for passing setup options
|
|
-- this is equivalent to setup({}) function
|
|
}
|