feat: add snacks_dashboard to disabled filetypes in statusline
This commit is contained in:
@@ -142,7 +142,12 @@ return { -- Lualine
|
|||||||
theme = 'auto',
|
theme = 'auto',
|
||||||
globalstatus = vim.o.laststatus == 3,
|
globalstatus = vim.o.laststatus == 3,
|
||||||
disabled_filetypes = {
|
disabled_filetypes = {
|
||||||
statusline = { 'dashboard', 'alpha', 'ministarter' },
|
statusline = {
|
||||||
|
'dashboard',
|
||||||
|
'alpha',
|
||||||
|
'ministarter',
|
||||||
|
'snacks_dashboard',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
section_separators = { left = '', right = '' },
|
section_separators = { left = '', right = '' },
|
||||||
component_separators = { left = '', right = '' },
|
component_separators = { left = '', right = '' },
|
||||||
|
|||||||
Reference in New Issue
Block a user