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