We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
disable-tabline
1 parent 6524602 commit c36ef5fCopy full SHA for c36ef5f
lua/astrocommunity/pack/nvchad-ui/init.lua
@@ -96,7 +96,8 @@ return {
96
},
97
98
-- Disable unnecessary plugins
99
- { "rebelot/heirline.nvim", opts = { statusline = false, tabline = false } },
+ { import = "astrocommunity.recipes.disable-tabline" },
100
+ { "rebelot/heirline.nvim", opts = { statusline = false } },
101
{ "goolord/alpha-nvim", enabled = false },
102
{ "brenoprata10/nvim-highlight-colors", enabled = false },
103
{ "NvChad/nvim-colorizer.lua", enabled = false },
0 commit comments