feat(nvim): disable lualine in dashboard

This commit is contained in:
Price Hiller 2023-05-05 04:50:52 -05:00
parent 434f5cf8dc
commit 0fdab7ea8b
No known key found for this signature in database

View File

@ -71,7 +71,7 @@ lualine.setup({
theme = "auto",
component_separators = { left = "", right = "" },
section_separators = { left = "", right = "" },
disabled_filetypes = {},
disabled_filetypes = {"alpha"},
always_divide_middle = true,
globalstatus = true,
},