12 lines
214 B
Lua
12 lines
214 B
Lua
|
return {
|
||
|
{
|
||
|
"nvim-zh/colorful-winsep.nvim",
|
||
|
config = true,
|
||
|
event = { "WinLeave" },
|
||
|
opts = {
|
||
|
smooth = true,
|
||
|
exponential_smoothing = false
|
||
|
}
|
||
|
}
|
||
|
}
|