mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(mini.starter): adding mini.starter to lualine disabled files (#1667)
This commit is contained in:
parent
8597c2085f
commit
118ca3309d
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ return {
|
||||||
options = {
|
options = {
|
||||||
theme = "auto",
|
theme = "auto",
|
||||||
globalstatus = true,
|
globalstatus = true,
|
||||||
disabled_filetypes = { statusline = { "dashboard", "alpha" } },
|
disabled_filetypes = { statusline = { "dashboard", "alpha", "starter"} },
|
||||||
},
|
},
|
||||||
sections = {
|
sections = {
|
||||||
lualine_a = { "mode" },
|
lualine_a = { "mode" },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue