AutoYADM commit: 2024-12-04 19:53:40
This commit is contained in:
parent
45bec0c2e6
commit
beb72c5278
2 changed files with 6 additions and 1 deletions
|
@ -130,7 +130,7 @@ return {
|
|||
-- padding = 0,
|
||||
-- -- padding = 1,
|
||||
-- },
|
||||
{ section = "keys", gap = 1, padding = 1 },
|
||||
{ section = "keys", gap = 0, padding = 0 },
|
||||
{ section = "startup", gap = 0, padding = 0 },
|
||||
-- { section = "footer" },
|
||||
},
|
||||
|
|
|
@ -102,6 +102,11 @@ return {
|
|||
require("lualine").setup({
|
||||
options = {
|
||||
theme = theme,
|
||||
disabled_filetypes = {
|
||||
statusline = {
|
||||
"snacks_dashboard",
|
||||
},
|
||||
},
|
||||
-- section_separators = { left = "", right = "" },
|
||||
-- component_separators = { left = "", right = "" },
|
||||
component_separators = { left = "", right = "" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue