mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2025-10-21 20:10:41 +00:00
9 lines
155 B
Lua
9 lines
155 B
Lua
return {
|
|
"ysmb-wtsg/in-and-out.nvim",
|
|
config = function()
|
|
vim.keymap.set("i", "<C-l>", function()
|
|
require("in-and-out").in_and_out()
|
|
end)
|
|
end,
|
|
}
|