feat(update): update

This commit is contained in:
darwincereska
2025-12-01 15:17:21 -05:00
parent fd83a29f1e
commit de8c6245ec
31 changed files with 13 additions and 13 deletions

16
lua/plugins/ui-tabs.lua Normal file
View File

@@ -0,0 +1,16 @@
return {
"romgrk/barbar.nvim",
dependencies = {
"nvim-tree/nvim-web-devicons"
},
init = function() vim.g.barbar_auto_setup = false end,
opts = {
insert_at_start = true,
animation = false,
auto_hide = false,
sidebar_filetypes = {
NvimTree = true,
NeoTree = false,
},
}
}