fix(lualine): use the new ministarter file type to disable in mini.starter

This commit is contained in:
Farzad Majidfayyaz 2024-07-05 13:09:07 -04:00
parent bb4d4cbd5c
commit 686beca09a

View file

@ -120,7 +120,7 @@ return {
options = { options = {
theme = "auto", theme = "auto",
globalstatus = vim.o.laststatus == 3, globalstatus = vim.o.laststatus == 3,
disabled_filetypes = { statusline = { "dashboard", "alpha", "starter" } }, disabled_filetypes = { statusline = { "dashboard", "alpha", "ministarter" } },
}, },
sections = { sections = {
lualine_a = { "mode" }, lualine_a = { "mode" },