Neovim/lua/plugins/winsep.lua

12 lines
214 B
Lua
Raw Permalink Normal View History

2024-08-16 17:24:09 +00:00
return {
{
"nvim-zh/colorful-winsep.nvim",
config = true,
event = { "WinLeave" },
opts = {
smooth = true,
exponential_smoothing = false
}
}
}