barbar: automatically hide tabs

This commit is contained in:
Guanran Wang 2024-02-20 01:44:26 +08:00
parent 9944cae16a
commit 0ed2ecd5f9
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -120,7 +120,9 @@ require("lazy").setup({
init = function() init = function()
vim.g.barbar_auto_setup = false vim.g.barbar_auto_setup = false
end, end,
opts = {}, opts = {
auto_hide = 1,
},
}, },
{ "lewis6991/gitsigns.nvim", opts = {} }, { "lewis6991/gitsigns.nvim", opts = {} },