(neovim) disable lualine on dashboard

This commit is contained in:
Bartek Stalewski 2025-07-25 01:57:33 +02:00
parent b604ff41bd
commit d18f7b8522
No known key found for this signature in database

View file

@ -8,6 +8,7 @@ return {
section_separators = "",
component_separators = "",
globalstatus = false,
disabled_filetypes = { statusline = { "snacks_dashboard" } },
},
sections = {
lualine_a = { "mode" },