Skip to content

Commit c36ef5f

Browse files
committed
fix(nvchad-ui): use disable-tabline plugin
1 parent 6524602 commit c36ef5f

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ return {
9696
},
9797
},
9898
-- Disable unnecessary plugins
99-
{ "rebelot/heirline.nvim", opts = { statusline = false, tabline = false } },
99+
{ import = "astrocommunity.recipes.disable-tabline" },
100+
{ "rebelot/heirline.nvim", opts = { statusline = false } },
100101
{ "goolord/alpha-nvim", enabled = false },
101102
{ "brenoprata10/nvim-highlight-colors", enabled = false },
102103
{ "NvChad/nvim-colorizer.lua", enabled = false },

0 commit comments

Comments
 (0)