barbar: automatically hide tabs
This commit is contained in:
parent
9944cae16a
commit
0ed2ecd5f9
1 changed files with 3 additions and 1 deletions
|
@ -120,7 +120,9 @@ require("lazy").setup({
|
|||
init = function()
|
||||
vim.g.barbar_auto_setup = false
|
||||
end,
|
||||
opts = {},
|
||||
opts = {
|
||||
auto_hide = 1,
|
||||
},
|
||||
},
|
||||
|
||||
{ "lewis6991/gitsigns.nvim", opts = {} },
|
||||
|
|
Loading…
Reference in a new issue