This commit is contained in:
2025-10-11 22:41:24 +05:00
parent d0401c8c07
commit aaf079c4f4
20 changed files with 357 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
return {
{
"romgrk/barbar.nvim",
config = function()
require('barbar').setup({
animation = true,
auto_hide = true,
tabpages = true,
clickable = true,
focus_on_close = 'left',
highlight_alternate = false,
highlight_inactive_file_icons = false,
highlight_visible = true,
})
end
}
}