mirror of https://github.com/LazyVim/starter
13 lines
176 B
Lua
13 lines
176 B
Lua
|
return {
|
||
|
"ysmb-wtsg/in-and-out.nvim",
|
||
|
keys = {
|
||
|
{
|
||
|
"<C-CR>",
|
||
|
function()
|
||
|
require("in-and-out").in_and_out()
|
||
|
end,
|
||
|
mode = "i",
|
||
|
},
|
||
|
},
|
||
|
}
|