---@type BufferlineConfig
opts = {
options = {
- always_show_bufferline = true,
+ always_show_bufferline = false,
},
},
},
},
{
"mini.indentscope",
+ opts = {
+ draw = {
+ animation = require("mini.indentscope").gen_animation.linear({ duration = 10 }),
+ },
+ },
},
{
"alpha-nvim",