mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +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 = {
|
||||
theme = "auto",
|
||||
globalstatus = true,
|
||||
disabled_filetypes = { statusline = { "dashboard", "alpha" } },
|
||||
disabled_filetypes = { statusline = { "dashboard", "alpha", "starter"} },
|
||||
},
|
||||
sections = {
|
||||
lualine_a = { "mode" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue