Browse Source

Thu 04 Aug 2022 22:58:50 ACST

master
Tovi Jaeschke-Rogers 2 years ago
parent
commit
75b5d9a3dc
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .config/nvim/lua/config/barbar.lua

+ 2
- 0
.config/nvim/lua/config/barbar.lua View File

@ -2,4 +2,6 @@
require'bufferline'.setup {
-- Enable/disable auto-hiding the tab bar when there is a single buffer
auto_hide = true,
insert_at_start = true,
}

Loading…
Cancel
Save