feat(nvim): disable lualine in dashboard
This commit is contained in:
parent
434f5cf8dc
commit
0fdab7ea8b
@ -71,7 +71,7 @@ lualine.setup({
|
|||||||
theme = "auto",
|
theme = "auto",
|
||||||
component_separators = { left = "", right = "" },
|
component_separators = { left = "", right = "" },
|
||||||
section_separators = { left = "", right = "" },
|
section_separators = { left = "", right = "" },
|
||||||
disabled_filetypes = {},
|
disabled_filetypes = {"alpha"},
|
||||||
always_divide_middle = true,
|
always_divide_middle = true,
|
||||||
globalstatus = true,
|
globalstatus = true,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user