Skip to content

Commit 682d77f

Browse files
committed
fix(nvchad-ui): disable bufferline autocommands
1 parent c36ef5f commit 682d77f

File tree

1 file changed

+1
-0
lines changed
  • lua/astrocommunity/pack/nvchad-ui

1 file changed

+1
-0
lines changed

lua/astrocommunity/pack/nvchad-ui/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ return {
6868
"AstroNvim/astrocore",
6969
opts = {
7070
options = { opt = { showtabline = 0 } },
71+
autocmds = { bufferline = false },
7172
mappings = {
7273
n = {
7374
["<Leader>h"] = {

0 commit comments

Comments
 (0)