mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-03-22 00:36:19 +00:00
10 lines
122 B
Lua
10 lines
122 B
Lua
return {
|
|
"nvim-zh/colorful-winsep.nvim",
|
|
event = { "WinLeave" },
|
|
opts = {
|
|
animate = {
|
|
enabled = false,
|
|
},
|
|
},
|
|
}
|