Skip to content

Commit

Permalink
Augroup bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kabinspace authored and mehalter committed Apr 18, 2022
1 parent 5b904b9 commit 40dd716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/core/autocmds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ cmd("WinEnter", {
})

if utils.is_available "dashboard-nvim" then
augroup("dashboard_settings", {})
if utils.is_available "bufferline.nvim" then
augroup("dashboard_settings", {})
cmd("FileType", {
desc = "Disable tabline for dashboard",
group = "dashboard_settings",
Expand Down

0 comments on commit 40dd716

Please sign in to comment.