mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 09:48:59 +02: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
Add a link
Reference in a new issue