AutoYADM commit: 2024-12-04 19:53:40

This commit is contained in:
Daniel Fichtinger 2024-12-04 19:53:40 -05:00
parent 45bec0c2e6
commit beb72c5278
2 changed files with 6 additions and 1 deletions

View file

@ -130,7 +130,7 @@ return {
-- padding = 0, -- padding = 0,
-- -- padding = 1, -- -- padding = 1,
-- }, -- },
{ section = "keys", gap = 1, padding = 1 }, { section = "keys", gap = 0, padding = 0 },
{ section = "startup", gap = 0, padding = 0 }, { section = "startup", gap = 0, padding = 0 },
-- { section = "footer" }, -- { section = "footer" },
}, },

View file

@ -102,6 +102,11 @@ return {
require("lualine").setup({ require("lualine").setup({
options = { options = {
theme = theme, theme = theme,
disabled_filetypes = {
statusline = {
"snacks_dashboard",
},
},
-- section_separators = { left = "", right = "" }, -- section_separators = { left = "", right = "" },
-- component_separators = { left = "", right = "" }, -- component_separators = { left = "", right = "" },
component_separators = { left = "", right = "" }, component_separators = { left = "", right = "" },