Skip to content

Commit

Permalink
fix(nvchad-ui): disable bufferline autocommands
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Oct 19, 2024
1 parent c36ef5f commit 682d77f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/astrocommunity/pack/nvchad-ui/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ return {
"AstroNvim/astrocore",
opts = {
options = { opt = { showtabline = 0 } },
autocmds = { bufferline = false },
mappings = {
n = {
["<Leader>h"] = {
Expand Down

0 comments on commit 682d77f

Please sign in to comment.